Jump to content

category styling problem 1.4.9


Recommended Posts

Category pages styling has gone out of line?

 

The first image on every category page has started to rise up.

Our developer has tried to fix it but has no idea what is making this happen?

This is only happening in chrome and explorer

It seems to be working fine in Firefox

 

Please can someone take a look and advise

 

http://www.wonderlandwigs.com/en/6-3-4-half-wigs

Link to comment
Share on other sites

Remove class clear from ul#product list

<ul class="clear" id="product_list">

or change product.css line 2 to

ul#product_list {
clear: none;
margin-top: 2em;
list-style-type: none;
}

here is clear:none; is new.

  • Like 2
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...