PDA

View Full Version : Spacing CMS Article Text


mac47
01-17-2012, 07:07 PM
Hey all,

I was wondering if any of you can help me with my little problem.

I am trying to find a way to adjust right and left spacing between the articles text and the container. I would like to match the spacing with the one there is at the top and bottom.

Site: www.macciti.com (As you see the article text is almost touching the borders.)

Thank you!

LifesGreatestGift
01-17-2012, 08:36 PM
add the following to additional.css

.article_preview{padding:4px 10px !important}

the 4px represents top and bottom padding and the 10px represents left and right padding.

By default the padding is 4px all around.

I'm sure there is a stylevar for this but I do not have CMS so this will work just fine.

Feel free to change/edit as needed.

mac47
01-17-2012, 08:54 PM
Thank you! I added it and while it worked well on the homepage, it also moved the title to the right. You can see it by visiting the site. Also, how would I apply the same spacing on the actual article?

Thank you.

--------------- Added 1326838646 at 1326838646 ---------------

Better yet, where do I find reference to properties such as .article_ etc?