Jump to content

About Us CMS content as 2 columns


Recommended Posts

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

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

×
×
  • Create New...