How to make page wider on Twenty-Fifteen theme

  • Unknown's avatar

    Is there a way to make the main page on Twenty-Fifteen wider when using bigger screens? Looks great on smaller screens but on my big monitor there’s a lot of dead space on the right.

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

  • Hello there,

    This may be possible with some custom CSS, something similar to:

    
    .site {
        margin: 0 auto;
        max-width: 1403px; /* change this figure */
    }
    

    In order to use this CSS, the site would need to be on the premium plan.

    I hope this helps.

  • The topic ‘How to make page wider on Twenty-Fifteen theme’ is closed to new replies.