[SOLVED] Increase margins for maincontent

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Thu Sep 02, 2010 1:50 pm
How/where can I increase the left and right margins for main content items. i.e. articles or components placed in the main content area?
User avatar
Fresh Boarder

teitbite
Fri Sep 03, 2010 9:55 am
Hi

Please play with the values in two classes (put them at the end of template.css file):

Code: Select all
.blog-columns .article-wrap.with-tools {
padding-left:230px;
}

#component_wrap > div > div {
padding:5px;
}
User avatar
Moderator

GK User
Fri Sep 03, 2010 11:59 am
Beautiful. Thank you so much!
User avatar
Fresh Boarder


cron