• Resolved mssmgradschool

    (@mssmgradschool)


    I noticed that the page content seem like a set width. If I maximize my browser window, I get a lot of empty space on the right. How can I adjust so that the page content will take up all that empty space?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to either a child-theme or a custom css plugin, if your theme doesn’t already have an area for custom css.

    #page {
        max-width: 100%
    }
    Thread Starter mssmgradschool

    (@mssmgradschool)

    I tried to add it and it didn’t change anything. When I look at the main style.css I see max-width: 1000px; I changed it to 100% and still no change.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to change the page content to adjust width automatically?’ is closed to new replies.