tozi Posted December 31, 2013 Share Posted December 31, 2013 Hi all, is possible change the 2 column page to 3 only in one page? eg here http://simplydesign.sk/shop/index.php?id_cms=4&controller=cms Link to comment Share on other sites More sharing options...
Sharak Posted December 31, 2013 Share Posted December 31, 2013 It can be done because every page has main id in <body> section i.e. <body id="cms"> for page you suggested. So you can easily specify styling for this page: #cms #center_column { float: left; margin-left: 20px; width: 430px !important; } #cms #right_column { clear: none !important; display: block !important; float: left !important; margin-left: 20px !important; width: 250px !important; } The thing is it's for group of pages so this settings will be applied for all cms pages: About us, Terms and conditions, etc. Link to comment Share on other sites More sharing options...
tozi Posted December 31, 2013 Author Share Posted December 31, 2013 But I need for only one specific page 3 columns. Not for all cms pages. But thanks for reaction. Link to comment Share on other sites More sharing options...
NemoPS Posted December 31, 2013 Share Posted December 31, 2013 You can try this: http://blog.arvixe.com/specifying-the-number-of-columns-for-each-prestashop-page/ Link to comment Share on other sites More sharing options...
tozi Posted December 31, 2013 Author Share Posted December 31, 2013 Thanks Nemo. 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