Using with credit, but is there any way for this layout to resize all images to 400px? I'm trying, but the code for .entry img { max-width: 400px; } doesn't seem to work...
Oops, sorry. Most of my layouts have a maximum width for the images in the entry, I must have forgotten ^^ That won't work because in Smooth Sailing there's no div called .entry, it will work if you use .entryText img instead ;) .entryText img {max-width: 430px;}
Thank you! I'm afraid that is a particularity of the smooth sailing theme. In the entry page the span entryHeaderSubject, where the subject text is usually located, is empty. That text goes to the bodyheaderblock div which is not displayed in this layout. Here's is a quick fix: Replace .bodyheaderblock {display:none;} with .bodyheaderblock {font-size: 15px; color: #78ac90; margin: 20px 169px -30px 431px;}
Comments 8
Reply
Reply
Reply
That won't work because in Smooth Sailing there's no div called .entry, it will work if you use .entryText img instead ;)
.entryText img {max-width: 430px;}
Reply
Reply
Reply
(The comment has been removed)
Here's is a quick fix: Replace .bodyheaderblock {display:none;} with .bodyheaderblock {font-size: 15px; color: #78ac90; margin: 20px 169px -30px 431px;}
Reply
(The comment has been removed)
Imo it's a pretty pointless feature but dspite that smooth sailing is a great theme.
Reply
Leave a comment