I recently began my blog today and am having a problem aligning my photos. From the link, the photo has a text wrap to the right of the vertical photo.
http://blog.bracehemmelgarn.com/favre-frenzy-at-winter-park/#more-4
When I insert the photos, I click the NONE align button but when I update the page, the text seems to still wrap around the image.
Any help or suggestions of how to fix this small issue?
Thanks,
Brace
your theme has this style in screen.css:
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
which seems to 'force' all images within a paragraph to the left.
try ans remove the float:left; from the above style to resolve your issue.
That looks like it could fix it, but I cannot seem to find the screen.css file. Where would I find that so I could delete the 'floatL left;'?
Thanks.
Here in your Theme folder :
http://blog.bracehemmelgarn.com/wp-content/themes/modularity-lite/library/styles/screen.css
But know that all your paragraphs will be affected by this change ;)