Viewing 1 replies (of 1 total)
  • You have some strange PHP code at the end of your child theme’s style.css file. You should remove that. Then add this to the end of your child theme’s style.css file:

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

Viewing 1 replies (of 1 total)

The topic ‘width’ is closed to new replies.