Log in

View Full Version : Article Preview on CMS looks messy, please help


GONUMBER6
10-28-2013, 05:27 PM
Here is my site http://www.englishbulldognews.com

The article preview text posts off to the right and just looks messy depending on the font size used and preview cut off.

I would like the preview image centered with all text below the article (not centered)

How can I do this?

Thanks for any help!

Lynne
10-28-2013, 06:10 PM
Try adding to additional.css something like...

div.article_preview_contents img {
display: block;
float: none;
margin-left: auto;
margin-right: auto;
}

GONUMBER6
10-28-2013, 06:51 PM
Try adding to additional.css something like...

div.article_preview_contents img {
display: block;
float: none;
margin-left: auto;
margin-right: auto;
}


Thanks Lynne!!! So much better!

I cannot give you any more rep, says I have to like someone else's posts before yours :D