mfermo Posted January 11, 2014 Share Posted January 11, 2014 (edited) I am trying to have product page on one colums. I followed this great tutorial (changing 'index' with 'product'): http://mypresta.eu/en/art/developer/one-column-homepage.html The left column is now hidden, but the central column is not re-sized right. Here the site: http://homedesign.fr/index.php?id_product=2&controller=product&id_lang=2 Any idea what I did wrong ? Edited January 11, 2014 by mfermo (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2014 Share Posted January 11, 2014 hello it's because it's a non-default theme. anyway, center column has got correct width: the problem is with two columns: 1) product picture, 2) product attributes column you have to increase witdth of these columns too, take a look: only 297px width you can change it here: #pb-left-column { background: none repeat scroll 0 0 #F8F8F8; border: 1px solid #DDDCDC; float: left; width: 295px; } file: /themes/deco_evo/css/modules/stylechanger/StyleC_1.css line ~1659 for example, width: 558px; do the same for other elements on product page. Link to comment Share on other sites More sharing options...
mfermo Posted January 11, 2014 Author Share Posted January 11, 2014 Ok got it, thx a lot! I think I need to play a little with it as I see the would be multiple changes to do on each block of the page ... 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