Trying to change width of posts for Theme

  • Unknown's avatar

    Hi, what would I put in the CSS area to make the width of my posts appear wider? They are too narrow at the moment.

    Any help appreciated!

  • Unknown's avatar

    Hi there, the content area of Radcliffe is 740px wide and can be increased with the following CSS. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following. You can adjust the 940px example width.

    .section-inner.thin {
        width: 940px;
    }

    Next, in the Content Width field below the CSS edit area, enter the same width, as you used in the CSS above.

  • The topic ‘Trying to change width of posts for Theme’ is closed to new replies.