Remove Space between Multiple Modules in Header2

GK User
Thu Aug 09, 2012 3:58 am
Hello,

I have placed multiple modules vertically in the Header2 position of this template but can't seem to find a way to remove the spacing between each one. Please see attached image and URL.

Site URL: http://www.saveurhomelrs.com

Can someone provide me with the override for this?

Thank you!

Carlos
User avatar
Senior Boarder

GK User
Thu Aug 09, 2012 8:40 am
Try following css code in your override.css

Code: Select all
#gkHeaderModule2 .box {
    margin-top: -7px!important;
}
#gkHeaderModule2 .box:first-child {
    margin-top: 0px!important;
}
#gkHeaderModule2 .box:last-child {
    margin-top: -8px!important;
}


See you around...
User avatar
Platinum Boarder

GK User
Thu Aug 09, 2012 8:27 pm
Amazing, you're the best!

Thanks
User avatar
Senior Boarder

GK User
Sun Aug 12, 2012 4:00 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron