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
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
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.
You must log in to post.