Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5933055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T14:55:12+00:00 2026-05-22T14:55:12+00:00

Been customising a store and having a bit of a problem. Think its with

  • 0

Been customising a store and having a bit of a problem. Think its with CSS but can’t work it out. Theres a gab between the sort select box and the search results, there’s no padding, or margin, using the same layout for the category display same code no problems.

http://www.amazing-web-design.co.uk/staging/devilish/index.php?route=product/search&keyword=ipod

Can you have a look in case i have missed something all help appreciated 🙂

Thanks
Joe

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T14:55:13+00:00Added an answer on May 22, 2026 at 2:55 pm

    The reason you have the gap between the sort select box and search results is beacuse you are floating elements and in order to clear them, you are using the “extra mark-up” method. This causes the gap. In your particular situation, do the following.

    <div class="sort">
    <div class="clear"></div>
    

    First delete the div.clear. This will remove the gap. However this will also cause the below div to get effected and ovrelap because you are floating as follows.

    div.sort {float: right;}
    

    Now clear the float as follows.

    div#dkProductList {clear: right;}
    

    Now you will see that the div id=”dkProductList” is exactly below the div class=”sort” and the gap is gone. If you want some gap between the two, just add some margin, for example:

    div#dkProductList {margin-top: 10px;}
    

    This completely solves your problem. There are other ways also, for example instead of using extra markup such as you have used div class=”clear” that you have used to “nullfie” the effects of float, you could use the “overflow” property with a value of “auto”. In this way there will be no need for the extra markup.

    Tested in IE9, FF4.01, GG11, AF5.0.5 and Opera 11.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Been a while since I used VB. I am having a problem running an
Been trying for hours, and can seem to find out how to remove that
Been reading here for quite a while now.. But cant seem to figure out
I've been given the task of doing some work customizing an artist's space in
Been running into this problem lately... When debugging an app in VS.Net 2005, breakpoints
Been having a heated debate with a colleague about his practice of wrapping most
Been trying to upgrade my subversion installation, but due to (what I believe) are
Ok I have been using Aquamacs and want to do a bit of customizing.
I've been using Delphi for a little over a month, but I still do
I've been looking into customising the Chrome Web Inspector ( here and here in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.