Jump to content

Weird formatting issue


Recommended Posts

Oh, do you mean the overlapping between the image and "Customers who bought this product also bought"? you said

on other pages the product is pushed all the way to the bottom
Find the #crossselling_list ul in global.css and add a little padding to the top:

#crossselling_list ul {
   list-style-type:none;
   padding-left:0;
   padding-top:15px;
}



or you could add the padding to #crossselling_list li

Link to comment
Share on other sites

In this case the bigger is not necessarily the better :) Are you adding the padding to the correct element? Here are the results for IE and FF when I apply the change I mentioned. Also, no offence, it is like Christmas tree on that page, you have that pop-up at every page load, then FB thing, customers who bought..., in the same category.. etc etc. try turning off some of those to see if the problem will go away. There may be a clash between some of those

29107_sit1oYAX1crIIWk4cC2W_t

29108_7jubo6QKBxOkJC3ZLwum_t

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