Edit Space Between Left_top, Top, right_top

GK User
Fri Jun 29, 2012 4:45 pm
where do I remove the space between modules: Left_top, Top, right_top?
User avatar
Expert Boarder

GK User
Sat Jun 30, 2012 9:10 am
Please post a link to your website so we can make a suggestion. Thank you.

See you around...
User avatar
Platinum Boarder

GK User
Tue Jul 03, 2012 9:23 pm
normanUK wrote:Please post a link to your website so we can make a suggestion. Thank you.

See you around...

here is the link to the site: http://www.secbattles.com

music city template
User avatar
Expert Boarder

teitbite
Mon Jul 16, 2012 3:48 pm
Hi

I was asked to join by user. Please play with value for padding of this class:

Code: Select all
.gkMain {
    padding: 0;
}
User avatar
Moderator

GK User
Mon Jul 16, 2012 6:31 pm
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?
User avatar
Expert Boarder

GK User
Mon Jul 16, 2012 7:03 pm
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?

Thanks wasn't thinking :-) that code worked great placed in the custom css of the template.

Thanks again.
User avatar
Expert Boarder

teitbite
Tue Jul 17, 2012 10:10 am
Hi

No problem. Glad I could help.
User avatar
Moderator

GK User
Thu Jul 19, 2012 6:32 am
teitbite wrote:Hi

No problem. Glad I could help.

How to remove Vertical Space between modules published in the same module position. See image
User avatar
Expert Boarder

teitbite
Thu Jul 19, 2012 5:30 pm
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;
}
User avatar
Moderator

GK User
Fri Jul 20, 2012 6:04 am
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;
}


Thanks Again using modules for header text so that I can have graphics in the headers, this is why I need to remove space.
User avatar
Expert Boarder

teitbite
Sun Jul 22, 2012 12:27 pm
Hi

No problem. I've done weirder thing to templates :) Glad I could help.
User avatar
Moderator

GK User
Wed Aug 01, 2012 2:25 pm
Removed the space between Left_top, Top, right_top. I would like to do the same for Module User1 - 5. I cant figure out what code to add to override. See image

Thanks for the help in advance
teitbite wrote:Hi

No problem. I've done weirder thing to templates :) Glad I could help.
User avatar
Expert Boarder

teitbite
Fri Aug 03, 2012 12:17 pm
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; }
User avatar
Moderator

GK User
Fri Aug 03, 2012 4:37 pm
Thanks Teitbite, that worked great. Now I'm trying to figure out how to remove space between main window and right colums: http://secbattles.com/hate-your-rivals- ... of-alabama

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; }
User avatar
Expert Boarder

teitbite
Sun Aug 05, 2012 6:56 pm
Hi

Looks like You've already figured it out. Am I right ?
User avatar
Moderator

GK User
Mon Aug 06, 2012 4:15 am
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.com
teitbite wrote:Hi

Looks like You've already figured it out. Am I right ?
User avatar
Expert Boarder

GK User
Tue Aug 07, 2012 7:12 pm
Teitbite, I'm trying to remove the space between unused modules (see image): http://www.secbattles.com
thanks
Hope to be ready to do an official site launch in the next couple weeks.

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.com
teitbite wrote:Hi

Looks like You've already figured it out. Am I right ?
User avatar
Expert Boarder

teitbite
Wed Aug 08, 2012 10:12 am
Hi

Please use this code:

Code: Select all
#gkHeader {
margin-bottom: -17px;
}

#gkMain {
margin-bottom: -52px;
}
User avatar
Moderator

GK User
Wed Aug 08, 2012 4:55 pm
Exellent, Thanks Teitbite

teitbite wrote:Hi

Please use this code:

Code: Select all
#gkHeader {
margin-bottom: -17px;
}

#gkMain {
margin-bottom: -52px;
}
User avatar
Expert Boarder

GK User
Thu Aug 09, 2012 10:12 pm
How do I remove the space between module for user1 - user6 module position, see image: http://www.secbattles.com

mooreg42 wrote:Exellent, Thanks Teitbite

teitbite wrote:Hi

Please use this code:

Code: Select all
#gkHeader {
margin-bottom: -17px;
}

#gkMain {
margin-bottom: -52px;
}
User avatar
Expert Boarder

teitbite
Fri Aug 10, 2012 9:50 am
Hi

This is the code You need to use:

Code: Select all
#gkUser1 > div > .box, #gkUser2 > div > .box {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
User avatar
Moderator


cron