Jump to content

Products Page Textures Not Aligned.. Help?


Recommended Posts

open file: http://easturbana.com/themes/theme1206/css/product_list.css
 

near line: 13 you've got code:

ul.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #e5e5e5;
} 

change it to:

ul.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

(i added overflow: hidden;)

 

effect:
33CzU2E.png

Link to comment
Share on other sites

  • 1 year later...

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...