Hi guys,
I have a small issue I can not solve even using Enfold forum.
After I create two Color sections or a Color section and Grid row there is a space of 100px in between.
By defult there are no padding or margin settings in these elements.
I am talking about my website’s Main page.
Website is here: https://www.aukstaitijoskm.lt/pradzia/
Thanks.
Hey OrangeMoose,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-227 #after_section_1 {
display: none;
}
Hope this helps :)
Best regards,
Nikko
Thanks, Nikko,
it seem to work!
Can you explaid a bit when this after_section is created? Is it after every Color/Grid section?
For what purpose it is used?
I want to understant in order to fix this on my own the next time.
Cheers ;)
Hi,
Yes, this section is automatically created if an element is added after a color section to keep the layout the same throughout the page. It also wraps the element inside the “.container” div to keep it centrally aligned.
Best regards,
Ismael
Thanks, Ismael.