Apostrophe 2 site width on desktop

  • Unknown's avatar

    I’m using the Apostrophe 2 theme. It looks great on mobile, but the desktop site width is really narrow and has a ton of margin on left and right. Is there a way to increase the site width for desktop screens? If not, does anyone have suggestions for a comparable theme that looks better on desktop?

    WP.com: Yes
    Jetpack: No
    Correct account: Yes

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

  • Hey there,

    So you would need CSS to expand that and the CSS you would need is:

    /* Expand site width AL FR */
    
    #page {
        max-width: 1500px;
    }

    This can be added via Appearance > Customize > Additonal CSS.

    I hope this helps.

  • The topic ‘Apostrophe 2 site width on desktop’ is closed to new replies.