Jump to content

Extra Space Problem in Category page.


Recommended Posts

Hey all.

I've been messing around with Prestashop for about a week now and was almost on the verge on abandoning the cart but I finally started getting it and absolutely love the back end of PRESTA.

I've been tweaking the BLACK & WHITE template by 2LINK ,

http://ipno.tik.free.fr/blackwhite/category.php?id_category=5

And I've been having moderate success changing what I want.

One problem I came across is the category page is displaying an unknown white space. I thought it was the Category block but its not displayed.

And I've scoured through the every .tpl and the global css and I still haven't figured it out yet.

Any thoughts?

15128_wwE9EKpx5DEQtliu2m4l_t

Link to comment
Share on other sites

I've had a look at your code and it appears to be the following code in global.css that you need to change:

#center_column .categorie_product ul
{
   list-style-type: none;
   width: 760px;
   float: right;
   list-style-image: none;
}



It is the float: right; that is causing the space on the left. Try changing it to float: left;

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