Jump to content

[SOLVED] Blanks spots between products on category page


tumil

Recommended Posts

Hi

I've got a problem with product listing on my shop's category pages.

There are some blank spots between products and I have no idea why they appear.

Can someone take a look at those spots and maybe come up with some idea about them?

In this case code tells me nothing but I'm just a newbie, so maybe somebody could help ;]

 

Here's a link to a category page:


 

You can see it e.g. if you click on "Sortuj wg" dropdown menu and choose "Indeks: od najwyższego" There's a double blank spot betwen product 972/V and 971/V

 

Thanks for any help ;]

Edited by tumil (see edit history)
Link to comment
Share on other sites

Looking at your CSS, it seems .first-item-of-tablet-line is being cleared on manufacturer and supplier lists, but not product lists:

#manufacturers_list.grid li.first-item-of-tablet-line,
#suppliers_list.grid li.first-item-of-tablet-line {
    clear: left
}

When I edit the page using Firebug and add style="clear: left" to the first product box that is out of alignment, it fixes the issue.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...