The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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! |
|
#2
|
||||
|
||||
|
Try adding to additional.css something like...
HTML Code:
div.article_preview_contents img {
display: block;
float: none;
margin-left: auto;
margin-right: auto;
}
|
|
#3
|
||||
|
||||
|
Quote:
I cannot give you any more rep, says I have to like someone else's posts before yours
|
![]() |
|
|