Gap between modules

GK User
Thu May 04, 2017 11:32 am
Hi,

There's a white gap on my page between the "stay connected" module and the one above it (as per the pic). How do I remove it?'

Link: http://www.esleast.com
User avatar
Fresh Boarder

teitbite
Mon May 08, 2017 4:01 pm
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.box.parallax {
    margin: -65px 0;
}
User avatar
Moderator

GK User
Sat May 13, 2017 10:03 am
I added it but it seems the gap is still there?
User avatar
Fresh Boarder

teitbite
Wed May 17, 2017 11:20 am
Hi

Please try adding a highest priority after this line.

Code: Select all
.box.parallax {
    margin: -65px 0 !important;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.