Jump to content

Center column homepage witdh


Recommended Posts

Hi,

 

My homepage doesnt show left or right column. Now does my homepage content line out to the left ( right side, left column ) How can i increase the width of the center column or that ist shows the content lined out in the middle.

 

Im using ps 1.608

regards

Edited by verhoej (see edit history)
Link to comment
Share on other sites

hello

if your theme doesnt display right /left column your center column should be changed automatically.

if not - it means that there is something wrong and it's necessary to check it

 

so, please share url to your shop

 

thanks in advance

Link to comment
Share on other sites

it's not default theme

this is why you've got troubles with column size

 

change:

@media screen and (min-width: 768px)
#index #center_column {
padding: 0;
width: 72.6%;
}

to:

@media screen and (min-width: 768px)
#index #center_column {
padding: 0;
width: 100%;
}
Link to comment
Share on other sites

i don't know at the moment 

your wesbite uses CCC for css files

it means that all css files are minified to one big file.

 

please turn this option, then i will check your website once again and point you correct file to change

 

 

you can disable CCC under adv. parameters > performance tab in bo

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