Lidka88 Posted June 15, 2016 Share Posted June 15, 2016 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 More sharing options...
rocky Posted June 16, 2016 Share Posted June 16, 2016 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 More sharing options...
Lidka88 Posted June 16, 2016 Author Share Posted June 16, 2016 Ok - I'll check it. When I add this theme everyting was ok now it looks bad Link to comment Share on other sites More sharing options...
Lidka88 Posted June 16, 2016 Author Share Posted June 16, 2016 It doesn't work. I haven't got hook displayleftcolumn in my admin panel in position tab. How can I add it? Maybe here is the problem... Link to comment Share on other sites More sharing options...
rocky Posted June 17, 2016 Share Posted June 17, 2016 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 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