KarlTheKnife Posted January 3, 2011 Share Posted January 3, 2011 he thereplease could anyone help out where i can change layout of in categories displayed products?i use prestashop 1.2.4 and i work with the blackwhite them by 2linki've attached a img of the situationmany thankskarl Link to comment Share on other sites More sharing options...
rocky Posted January 3, 2011 Share Posted January 3, 2011 Topic moved and renamed since it is related to a third-party themeI'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 More sharing options...
KarlTheKnife Posted January 3, 2011 Author Share Posted January 3, 2011 http://www.godbrain.chthx! Link to comment Share on other sites More sharing options...
rocky Posted January 3, 2011 Share Posted January 3, 2011 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 More sharing options...
KarlTheKnife Posted January 3, 2011 Author Share Posted January 3, 2011 had no effect. i also checked all positioning inside the backend, products.tpl, global.css ....anything i don't see ?much thx & regards Link to comment Share on other sites More sharing options...
rocky Posted January 3, 2011 Share Posted January 3, 2011 It might be the following on line 623 of themes/blackwhite/css/global.css: #center_column .categorie_product ul {list-style:none; width:760px; float:right; } Try changing float:right to float:left Link to comment Share on other sites More sharing options...
KarlTheKnife Posted January 3, 2011 Author Share Posted January 3, 2011 it is better.. but has still a little gaphave a look:http://godbrain.ch/category.php?id_category=15 Link to comment Share on other sites More sharing options...
KarlTheKnife Posted January 3, 2011 Author Share Posted January 3, 2011 got it :#center_column .categorie_product li {margin:0.5em 2em 0em 0em; background:transparent }there was a margin set at right margin arround 3/4emthanks a lot!!!karl Link to comment Share on other sites More sharing options...
rocky Posted January 3, 2011 Share Posted January 3, 2011 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 More sharing options...
KarlTheKnife Posted January 3, 2011 Author Share Posted January 3, 2011 that was in global.cssline 642in the section/* Special style for block products in center column */rgds Link to comment Share on other sites More sharing options...
KarlTheKnife Posted January 3, 2011 Author Share Posted January 3, 2011 is the space on the right also reserved for something?i don't understand why the products skip after 3 items - normaly there should be 4 in a row.img of situation att. Link to comment Share on other sites More sharing options...
rocky Posted January 3, 2011 Share Posted January 3, 2011 You must increase the width on line 623 of global.css: #center_column .categorie_product ul {list-style:none; width:760px; float:right; } Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now