configurate margins

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Jun 30, 2010 7:29 pm
Hi!

I'm using the Corporate 2 template. I have set the margins as it is shown next:



.column ul { margin:10px 50px; padding:0 }




The problem is that here I'm setting this margins just for the body. I want to put them for the heading, modules, etc. How can I configure this?

Thanks in advance!
User avatar
Senior Boarder

teitbite
Thu Jul 01, 2010 11:57 am
Hi

Please try to add this code at the end of template.css file:

.moduletable ul,
#gk-header ul{
margin:10px 50px !important;
padding:0 !important;
}
User avatar
Moderator

GK User
Thu Jul 01, 2010 6:16 pm
Thanks again teitbite! That worked for the modules, but I still have problems with margins in the article's headings. What should I do?
User avatar
Senior Boarder

teitbite
Fri Jul 02, 2010 1:26 pm
Hi

Please show me Your site and tell where is the problem and how it should looks like.
User avatar
Moderator

teitbite
Mon Jul 05, 2010 11:08 am
Hi

Try:

Code: Select all
h1.contentheading,
.article-content h4 {
margin:10px 50px !important;
padding:0 !important;
}
User avatar
Moderator


cron