Viewing 1 replies (of 1 total)
  • Hi,

    You can fix that by adding this code to your child theme style.css or in plugin like “Simple Custom CSS”:

    body.custom-background {
        overflow-x: hidden;
    }

    Also my suggestion is to also add this code to keep your menu-toggle link on smaller devices always above the content:

    .menu-toggle {
       z-index: 100;
    }

    Regards.

Viewing 1 replies (of 1 total)

The topic ‘HELP! Problem on mobile view, not full width layout’ is closed to new replies.