tumil Posted July 28, 2016 Share Posted July 28, 2016 (edited) 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: http://wykrawacze.pl/12-wykrawacze 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 July 29, 2016 by tumil (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted July 29, 2016 Share Posted July 29, 2016 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. 1 Link to comment Share on other sites More sharing options...
tumil Posted July 29, 2016 Author Share Posted July 29, 2016 Great, problem solved! Thank you so much 1 Link to comment Share on other sites More sharing options...
rocky Posted July 30, 2016 Share Posted July 30, 2016 You're welcome. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now