Jump to content

One column page product - center column wrong dimension


Recommended Posts

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 by mfermo (see edit history)
Link to comment
Share on other sites

hello

 

it's because it's a non-default theme.

anyway, center column has got correct width:
BEAyDI7.png

 

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:

tc6aFLg.png

 

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;

wmBTv6f.png

 

 

do the same for other elements on product page.

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