• Is there an easy way to change the default width of my pages to 100% regardless of the screen?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, the following in Appearance->Customize->Additional CSS should get you pretty close

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

    May need some more specific code on certain device widths but try that out and see if you can spot any major issues.

    Thread Starter folkandroots

    (@folkandroots)

    Thanks

    As far as I can see that makes no difference, Im assuming there’s more specific width code elsewhere in the theme

    Thread Starter folkandroots

    (@folkandroots)

    Nothing Ive tried hencefar has helped with the page width for this, any advice?

    robodrago

    (@robodrago)

    I added this under CSS
    #page {max-width: 100%;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page width’ is closed to new replies.