Decrease Space Between Modules

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Feb 02, 2013 5:16 pm
Reply with quote
Report this post
I have a leaderboard ad in the Banner Module Position however it is unevenly distanced between the Main Menu Position... How do I decrease the space between the banner position and the main menu or ultimately get the Leaderboard centered in the middle. Attached a screenshot
User avatar
Senior Boarder

GK User
Sat Feb 02, 2013 5:50 pm
Reply with quote
Report this post
Hi,

Could you provide an URL to your website? Without it it will be hard to help with this problem.
User avatar
Administrator

GK User
Sat Feb 02, 2013 10:00 pm
Reply with quote
Report this post
User avatar
Senior Boarder

GK User
Sun Feb 03, 2013 10:00 am
Reply with quote
Report this post
Please add at the end of the template.css file the following code:
Code: Select all
#gkBanner {
margin-bottom:20px;!Important;
}

#gkPageLogo {
margin-bottom: 26px!important;
}
User avatar
Administrator

GK User
Sun Feb 03, 2013 7:01 pm
Reply with quote
Report this post
The Script helps to center the Banner ad in the middle but there is too much space in between...attached a screenshot of the space that I am trying to decrease. Thanks
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 8:10 am
Reply with quote
Report this post
Please change:

Code: Select all
#gkPageLogo {
margin-bottom: 26px!important;
}


to:

Code: Select all
body #gkPageLogo {
margin-bottom: 26px!important;
}
User avatar
Administrator

GK User
Mon Feb 04, 2013 8:05 pm
Reply with quote
Report this post
AWESOME...THANKS!!!!
User avatar
Senior Boarder


cron