websitebuilder Posted July 23, 2014 Share Posted July 23, 2014 Hi all, I am building my website using Prestashop and have created a few additional pages using the CMS function and hooked them into the top menu, along with the standard pages such as T&C's etc in the footer menu. My question, is out of the 10 CMS pages I have all currently show the right column in the theme with the modules hooked in as I have set it up. However, I don't want the right column to be present on all the CMS pages. How do I define the CMS pages I want the right column to be hidden? Thanks in advance Link to comment Share on other sites More sharing options...
PSfever.com Posted July 23, 2014 Share Posted July 23, 2014 Hi, I don'ť know what version of PS you're using, nor what your theme is. This could be easily done by making some changes to header.tpl and .css files. But I first need to know the version/theme. Could you give us the URL? Link to comment Share on other sites More sharing options...
websitebuilder Posted July 23, 2014 Author Share Posted July 23, 2014 Sorry, still a little new to all this. I am using 1.6.0.8 and a custom theme called Leo Clothes. The CMS page is: http://www.hashtagresume.com/index.php?id_cms=12&controller=cms This is one of the pages where I don't want to see the right column. Thanks Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2014 Share Posted July 23, 2014 in css stylesheet file create: .cms-12 #right_column {display:none;} Link to comment Share on other sites More sharing options...
websitebuilder Posted July 24, 2014 Author Share Posted July 24, 2014 That works perfectly thanks. But now how do I ensure the home content (the middle part) fill's the width of the screen as it does on other pages where the right column is switched off under the themes advanced settings? Thanks Link to comment Share on other sites More sharing options...
vekia Posted July 24, 2014 Share Posted July 24, 2014 so you can use another css snippet: .cms-12 #center_column {width:100%;} Link to comment Share on other sites More sharing options...
websitebuilder Posted July 24, 2014 Author Share Posted July 24, 2014 OMG, I cant believe it was that simple. Thanks Veika, really appreciate it. Link to comment Share on other sites More sharing options...
vekia Posted July 24, 2014 Share Posted July 24, 2014 yes it is simple now you can customize your theme for cms pages exactly as you want ;-) i marked topic as solved with regards, Milos 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