Increasing Page Width

  • Unknown's avatar

    I am currently using the Shoreditch theme. I was wondering how to increase the current page width of 900 px. Can you please provide the CSS code? I have tried several options and have had no luck.

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

  • Unknown's avatar

    Hello @mshpba,

    This code should help:

    .hentry-wrapper {
    max-width: 56.25rem !important;
    }

    *NOTE: the rem value listed in the code is the original value of the theme (equal to 900px). Feel free to bump that up higher. If you need a Pixel to Rem calculator, this one may help.

    If you give this a try, let me know how it goes! :)

  • The topic ‘Increasing Page Width’ is closed to new replies.