Geoff1066 Posted June 2, 2014 Share Posted June 2, 2014 The standard CMS About Us page has 3 columns of content. I would like to get rid of the third (testimonials) column and spread the remaining two columns across the page. Can anyone advise what changes need to be made in source code view. I assume it's the <div class="col-xs-12 col-sm-4"> bit, but what does it need to be changed to for 2 columns of content? Thanks as always. Geoff Link to comment Share on other sites More sharing options...
PSfever.com Posted June 2, 2014 Share Posted June 2, 2014 Hi Geoff, what version of Prestashop are you using? Could you share with us your URL? It would be probably easiest to put this inside one of your .css files (probably global.css) #cms #left_column {display:none} #cme #center_column {width: XX%} where XX is a percentage amount that I'll be able to tell you if you give us the link to your store :-) Link to comment Share on other sites More sharing options...
Geoff1066 Posted June 2, 2014 Author Share Posted June 2, 2014 Hi PSfever Thanks for your reply, much appreciated The URL is as follows. As you can see I need the CMS content to be 2 columns rather than 3. http://homewoodleisure.co.uk/content/4-about-us Link to comment Share on other sites More sharing options...
PSfever.com Posted June 2, 2014 Share Posted June 2, 2014 All I see now are only 2 columns that go for 100% width of the page, is it solved then? :-) Link to comment Share on other sites More sharing options...
Geoff1066 Posted June 2, 2014 Author Share Posted June 2, 2014 Hmmm, I see two columns that fill two thirds of the page. Column 3 where the testimonials were is just a blank space. Link to comment Share on other sites More sharing options...
PSfever.com Posted June 2, 2014 Share Posted June 2, 2014 Oh, now I understand it! Yes, you will need to change the content of that CMS by looking inside the HTML code and changing the <div class="col-xs-12 col-sm-4"> to this: <div class="col-xs-12 col-sm-6"> Let me know if it works. 1 Link to comment Share on other sites More sharing options...
Geoff1066 Posted June 2, 2014 Author Share Posted June 2, 2014 That works perfectly thanks you Link to comment Share on other sites More sharing options...
PSfever.com Posted June 3, 2014 Share Posted June 3, 2014 You're welcome! If you can mark the thread as SOLVED, that would be great! Link to comment Share on other sites More sharing options...
Recommended Posts