Hello, I am new in prestashop and use version 1.6.1.1. I have problem with the cms "About us" page, because she is displayed only at 33.33% width, while all other cms pages (like for example terms and conditions) are displayed correctly at 100% width. When searching with Firefox developer tool, I found that responsible for this situation is a line of code like:
<div class="col-xs-12 col-sm-4"> which is wrong and the correct should be <div class="col-xs-12">. Usually when I encountered a similar situation in other places, I was able to find the line "<div class="col-xs-12...." in the corresponding .tpl file and change it.
Unfortunately the only I can find is the cms.tpl file, but there is no such line in code to change it.
In addition I don't want to change the col-sm-4 width:33,33% in the global.css file, because other elements of the site are depending on that. I tried to create also a new cms page, but the new page shows also at 33,33% width.
I will appreciate any help on the matter, because I search in the Forum, but was not able to find and clues.
The screenshot is in the attachment.