reduce gaps between menu - image - footer

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
Thu Jun 06, 2013 10:52 am
Reply with quote
Report this post
how can i reduce the gaps between menu and main content and copyright and bottom.

www.gemcop.ch

thx 4 help
User avatar
Expert Boarder

teitbite
Thu Jun 06, 2013 6:31 pm
Reply with quote
Report this post
Hi

With CSS code:

- footer and content

Code: Select all
#gkPageContent {
    margin-bottom: 32px !important;
}


- menu and content

Code: Select all
#gkPageTop + #gkPageContent #gkSidebar, #gkPageTop + #gkPageContent #gkContent {
    margin-top: 42px !important;
}
User avatar
Moderator


cron