inaamLab Posted May 7, 2021 Share Posted May 7, 2021 hey , my prestashop version is : 1.7.4.4 my cms page (about us ) isn't on a full width , even though in theme layouts it's configured to be on a full width . the whole content is slided to the left ! i am lost http://ctrl-lab.com/myindustrie/fr/content/4-a-propos Link to comment Share on other sites More sharing options...
w3bsolutions Posted May 8, 2021 Share Posted May 8, 2021 On my screen it doesn't happen only on that CMS page but on all "full-width" layout pages, for example also on: http://ctrl-lab.com/myindustrie/fr/form/commande-specifique-g1.html (the homepage is a special case that's why it doesn't happen there). To fix, add this to your theme's CSS file: @media only screen and (min-width: 1199px) { body.layout-full-width .displayMegamenu, body.layout-full-width #content-wrapper { width: 100%; } } Cheers. 2 Link to comment Share on other sites More sharing options...
inaamLab Posted May 9, 2021 Author Share Posted May 9, 2021 19 hours ago, w3bsolutions said: On my screen it doesn't happen only on that CMS page but on all "full-width" layout pages, for example also on: http://ctrl-lab.com/myindustrie/fr/form/commande-specifique-g1.html (the homepage is a special case that's why it doesn't happen there). To fix, add this to your theme's CSS file: @media only screen and (min-width: 1199px) { body.layout-full-width .displayMegamenu, body.layout-full-width #content-wrapper { width: 100%; } } Cheers. hey , thank you so much for the replay . it worked !! omg thank you ! a true life saver !! Link to comment Share on other sites More sharing options...
ClassyDevs Posted May 9, 2021 Share Posted May 9, 2021 That is a great solution. Thanks @w3bsolutions Link to comment Share on other sites More sharing options...
elinamark Posted May 16, 2021 Share Posted May 16, 2021 (edited) I also face this issue on my this page https://www.fiverr.com/share/pkyXoZ. I tried all solution but failed. at the end i try this : <?php /* * Template Name: Full-Width */ get_header(); ?> Save this file as full-width.php on your computer. You may need to change the ‘Save as type’ to ‘All Files’ to avoid saving it as a .txt file. Edited September 11, 2021 by elinamark want to add full info (see edit history) Link to comment Share on other sites More sharing options...
ClassyDevs Posted May 17, 2021 Share Posted May 17, 2021 20 hours ago, elinamark said: I also face this issue on my this page https://clashofclanscheat.net/clash-of-dreams-hack/. I tried all solution but failed. at the end i try this : <?php /* * Template Name: Full-Width */ get_header(); ?> Save this file as full-width.php on your computer. You may need to change the ‘Save as type’ to ‘All Files’ to avoid saving it as a .txt file. If you use this module you wont need to do anything in the template. This module has this feature. 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