Entry Width problem - SOLVED

Feb 23, 2011 18:41

Hi! I've been tearing my hair out over this, so I hope someone here can help me. I've looked through the tutorials and tags, but haven't so far been able to find an answer to this... which makes me think I'm probably missing something completely obvious.

Anyway. I'm using an amended version of a smooth sailing layout that was originally made by ( Read more... )

css

Leave a comment

Comments 5

mordyn4 February 23 2011, 22:38:14 UTC
I think adding the following to the code for the entry would work:

.entry {
max-width: 550px;
}

Reply

caz963 February 23 2011, 23:13:04 UTC
Thanks for replying. I've just tried adding that in to different places in the "entries" section and no luck, sadly.

This "distortion" happens when I look at my friends page, too (where people have posted pictures or icons etc). I'm thinking that maybe I should just increase the page width.

Reply

mordyn4 February 23 2011, 23:22:33 UTC
Okay, how about this:

Add

.entryText img {
max-width: 600px;
}

To the custom css box here:
http://www.livejournal.com/customize/options.bml?group=customcss

Reply

caz963 February 23 2011, 23:43:25 UTC
That works - I've put it right at the top of the CSS.

Thank you VERY much!

Reply


Leave a comment

Up