• 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

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Change post width’ is closed to new replies.