Blog post layout

  • Unknown's avatar

    Hi there

    I have just started using the ‘watson’ theme. I would like to know how to make the layout of my posts wider. The main page is great however when I write a new post the width is too narrow. Can you please let me know how I can adjust the width of my blog posts so that it is easier for someone to read

    Thank you so much for your help

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

  • Unknown's avatar

    Hi there!

    Sure! You can do this if you edit CSS. Please go to Appearance > Customize > CSS in your Dashboard and add this:

    .wrapper, .page-wrapper, .entry p  {
    	max-width: 1000px;
    }

    You can change around the number in front of px to your liking. Let me know if this is not what you mean!

  • The topic ‘Blog post layout’ is closed to new replies.