Jump to content

Problem with colums


Recommended Posts

Hello,

I have a problem with columns. Here agilis.com.pl on homepage I have blank space on the right side - I must have full width content. In category, cms page and product I need left column. What I do wrong? Where is the problem? Thx for help.

Link to comment
Share on other sites

I had a look at your site and the problem is that your <body> tag contains the show-left-column show-right-column classes. Perhaps there's a setting in your theme to hide the left and right columns on the homepage? If not, I suggest that you edit header.tpl in your theme and surround those classes with {if $page_name != 'index'} and {/if} so they are not added on the homepage.

Link to comment
Share on other sites

Maybe you should contact the theme developer for help. In the meantime, you could fix it using a hack to global.css like the following:

#index #center_column { width: 100% }

This will override the show-left-column show-right-column in the <body> tag, forcing the centre column to be full-width.

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