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
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
-
- 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.
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.box.parallax {
margin: -65px 0;
}
-
- Moderator
- GK User
- Sat May 13, 2017 10:03 am
I added it but it seems the gap is still there?
-
- Fresh Boarder
- teitbite
- Wed May 17, 2017 11:20 am
Hi
Please try adding a highest priority after this line.
Please try adding a highest priority after this line.
- Code: Select all
.box.parallax {
margin: -65px 0 !important;
}
-
- Moderator
4 posts
• Page 1 of 1