Change width of website and pages

  • Unknown's avatar

    When viewing my website on a big screen the website does not get wider than the theme allows and I want the website to adjust to the size of the browser window.

    Also on pages like my front page I want the photos to go wider, but no matter what width I set them the theme won’t allow it to widen.
    Any help would be appreicated!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, let’s give the following a go and see if this gets you where you want to be. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .site, #masthead {
        max-width: 100%;
    }
    img.size-full, img.size-large, .wp-post-image, .post-thumbnail img, #site-header img {
        width: 100%;
    }
    .site-content .entry-content, .site-content .entry-header {
        max-width: 80%;
    }
  • Unknown's avatar

    Thats worked pretty much exactly how I want with a few tweaks at my end! Thank you so much!

  • Unknown's avatar
  • The topic ‘Change width of website and pages’ is closed to new replies.