Jump to content

cms page full width


inaamLab

Recommended Posts

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.

  • Like 2
Link to comment
Share on other sites

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

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 by elinamark
want to add full info (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...