Too Space between module

GK User
Thu Jan 05, 2017 12:28 am
Hi, I tried some solution in the forum, but I have not found. I have again too space between the module. You can see the problem in my screenshot. This is the site http://www.ladybliz.com, can you help me?
User avatar
Fresh Boarder

teitbite
Sun Jan 08, 2017 12:56 pm
Hi

One of this spaces is mainbody. Here You will find how to disable it: https://www.gavick.com/documentation/jo ... omla-pages

For the under map gap You need to operate with paddings:

Code: Select all
#gkBottom1 {
padding-bottom: 0;
}

#gkBottom2 {
padding-top: 0;
}
User avatar
Moderator

GK User
Mon Jan 09, 2017 11:37 am
Nothing, not working :(
My ovverride.css is this:

Code: Select all
.frontpage #gkHeader {
    margin: 0;
}

#gkHeaderNav {
    background: #a52c29 none repeat scroll 0 0;
}

.nspsmall h4.nspHeader { font-size: 10px!important;}
.nspmedium h4.nspHeader { font-size: 15px!important;}
.nsplarge  h4.nspHeader { font-size: 20px!important;}

.frontpage #gkPageContent {
padding-bottom: 0;
}

.noMainbody #gkMainbody { display: none !important}

#gkBottom1 {
padding-bottom: 0;
}

#gkBottom2 {
padding-top: 0;
}

thanks
User avatar
Fresh Boarder

teitbite
Thu Jan 12, 2017 12:01 pm
Hi

You can only have one prefix per menu item ID. Just use both in the same field, so it will be:

640 "noMainbody frontpage"


Rest of the codes looks to be working just fine.
User avatar
Moderator

teitbite
Tue Mar 28, 2017 2:41 pm
Hi

Really sorry, but a notification about Your PM went to SPAM and I've seen it just now. You were asking about help in this thread. Can You please tell me what is unclear or if You want me to take a look into Your settings please send me an access to my mail [email protected]
User avatar
Moderator


cron