Hi there,
I've been trying to fix the width of the text on my blog (michaelgunadi.com) so that it matches up to the width of the images.
As a means of fixing this, I've applied the following code in the Stylesheet Editor:
article p, article ul, article ol, article blockquote, #content.page p, #content.page ul, #content.page ol, #content.page blockquote {
font-size: .875em;
line-height: 1.5em;
margin-bottom: 1.5em;
width: 900px!important;
}
When I preview it, everything looks fine (i.e. text stretches out to the width of the images). However, if I click Save Stylesheet and take a look at my site it looks like the changes haven't applied.
Any thoughts on this?
Thanks,
Mike
The blog I need help with is michaelgunadi.com.