Allstar - Did you read the previous post. I was able to move all the padding on the article.
Quote:
Modified the following classes in vbcmc.css and moved all the content in article previews over 5 px!
.fullwidth
Modified to 98% to compensate for the shifting of the text 5 pixels
added padding-left: 5px;
h3.arctile_preview
added padding-left: 5px;
cms_article_username (careful there's a few entries for this class)
added padding-left: 5px;
cms_article_section_location
added padding-left: 5px;
|
You need to Add padding to each one of those lines to move the full article, plus the Post Header, plus the Posted By: Text over.
Also, if you're not very familiar with CSS, Punctuation, and spacing is important.
The correct code is:
padding-left: 5px;
and NOT
[S]added[/S] padding-left: 5px;
This includes the ; after the end of the style.
Hope it helps