Jump to content

Black & White theme - Layout problem in categories


Recommended Posts

Topic moved and renamed since it is related to a third-party theme

I'm not familiar enough with that theme to help. I suggest that you use Firebug or the Developer Tools in IE8 to figure out where the space is coming from. If you post a link to your site, I can do that myself.

Link to comment
Share on other sites

That space is reserved for displaying the subcategories of the current category. You shouldn't remove it unless you will only ever have a single level of categories. In that case, try changing line 8 of themes/blackwhite/product-list.tpl from:

{$HOOK_LEFT_COLUMN}



to:

{*{$HOOK_LEFT_COLUMN}*}



Hopefully, that will remove the categories.

Link to comment
Share on other sites

Change line 642 of global.css from:

#center_column .categorie_product li {margin:0.5em 0 0em 3.93em; background:transparent }



to:

#center_column .categorie_product li {margin:0.5em 0 0em 3.93em; background:transparent }
#center_column .categorie_product li.first_item_of_line { margin-left: 0 }

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