Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter iniemieni

    (@iniemieni)

    Oh sorry, url is http://projectenmix.nl

    You have some php code at the very end of your child theme’s style.css file that you should delete. php code does not do anything in a CSS file.

    Add these two rules to the end of your style.css file (after you remove the php code):

    #page {
       max-width: 100%;
       margin: 0;
    }
    
    body {
       padding: 0;
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘full width’ is closed to new replies.