

normanUK wrote:Please post a link to your website so we can make a suggestion. Thank you.
See you around...

.gkMain {
    padding: 0;
}

teitbite wrote:Hi
I was asked to join by user. Please play with value for padding of this class:
- Code: Select all
.gkMain {
padding: 0;
}

mooreg42 wrote:teitbite wrote:Hi
I was asked to join by user. Please play with value for padding of this class:
- Code: Select all
.gkMain {
padding: 0;
}
Where do I find this?
 that code worked great  placed in the custom css of the template.
 that code worked great  placed in the custom css of the template.

teitbite wrote:Hi
No problem. Glad I could help.

#mainPage .box > div, #mainPage .box_menu > div, #mainPage .box_text > div {
    margin: 0 12px;
}
#mainPage .box, #mainPage .box_menu, #mainPage .box_text {
    margin-top: 0 !important;
}

teitbite wrote:Hi
There is couple of classes You need to consider, for exmple:
- Code: Select all
#mainPage .box > div, #mainPage .box_menu > div, #mainPage .box_text > div {
margin: 0 12px;
}
#mainPage .box, #mainPage .box_menu, #mainPage .box_text {
margin-top: 0 !important;
}

 Glad I could help.
 Glad I could help.
teitbite wrote:Hi
No problem. I've done weirder thing to templatesGlad I could help.

.customnsp p { margin: 0; }

teitbite wrote:Hi
For this I'll make use of a module class suffix You've accidently created. Please add this code:
- Code: Select all
.customnsp p { margin: 0; }


teitbite wrote:Hi
Looks like You've already figured it out. Am I right ?

mooreg42 wrote:Yes Thanks one of your other guys sent the code. I have another section I would like to reduce pixels between Header 1 and 2 see image and here is the link to the page: http://www.secbattles.comteitbite wrote:Hi
Looks like You've already figured it out. Am I right ?

#gkHeader {
margin-bottom: -17px;
}
#gkMain {
margin-bottom: -52px;
}

teitbite wrote:Hi
Please use this code:
- Code: Select all
#gkHeader {
margin-bottom: -17px;
}
#gkMain {
margin-bottom: -52px;
}

mooreg42 wrote:Exellent, Thanks Teitbiteteitbite wrote:Hi
Please use this code:
- Code: Select all
#gkHeader {
margin-bottom: -17px;
}
#gkMain {
margin-bottom: -52px;
}

#gkUser1 > div > .box, #gkUser2 > div > .box {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

