Forums

Change post width (2 posts)

  1. Halvand
    Member
    Posted 8 months ago #

    Hi, I'm using f8 lite and I wondered if it's possible to change the width of the posts since each text line is way too long, which i feel disturbs the reading experience.

    My blog can be viewed here:
    hallanditu.dk

  2. JLeuze
    Member
    Posted 8 months ago #

    Hi, you can change the width of the posts by setting a width in your theme's stylesheet, like this:

    .post {
    display: block;
    clear: both;
    width: 600px;
    }

    You'll find that rule on line 273 of your theme's style.css file.

Reply

You must log in to post.

About this Topic