Jump to content

how to change product column width


Recommended Posts

  • 2 months later...

Edit the grid_prestashop.css file and change the the .container_9 .grid_5 width to a pixel size that works for you.

You could also just add a width to the center_column{} in the clobal.css

 

EXAMPLE:

.container_9 .grid_5 {width:737px;}

 

EXAMPLE

#center_column {width:737px}

Link to comment
Share on other sites

Edit the grid_prestashop.css file and change the the .container_9 .grid_5 width to a pixel size that works for you.

You could also just add a width to the center_column{} in the clobal.css

 

EXAMPLE:

.container_9 .grid_5 {width:737px;}

 

EXAMPLE

#center_column {width:737px}

go for

#center_column {width:737px}

 

or

 

the best option is just change the class .grid_5 to grid_7 in the coresponding .tpl file

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