Archived topic
Extra block causing extra space
5 replies · Started by jm1991 on June 9, 2020
Hey there,
There seems to be an extra block at the end of of some containers and it's causing extra space to be added. You'll see extra space at the bottom the anchor link section with the sample URL I've give you.
Not sure why this is happening and how I stop it?
Hi there,
i am not seeing anything obvious - you got a screenshot that i can compare to?
It might be due to caching. I had to look in incognito to get the screenshot. Hopefully you can see the screenshot https://imgur.com/a/OVTs6lr
try adding this CSS:
.gb-inside-container ol {
margin-bottom: 0;
}
Amazing. Fixed.
Glad to be of help