I am trying to remove this white space. I have checked all the borders on the Color Sections, the Layout Elements, and have even tried putting in a white space separator with -60px as the size. Nothing works.
Hey Trent,
It seems to be the container height that will need to be adjusted based on screen size.
Best regards,
Jordan Shannon
How do I do that?
Hi Trent Dyrsmid,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.home .template-page {
display: table-caption;
}
Best regards,
Rikard
Hi Rikard,
That didn’t work.
Hi Trent Dyrsmid,
In your section setting, I think you have set Section Minimum Height to Custom height in pixel, please change it to No minimum height, use content within section to define Section height.
Then set Section Padding to No Padding.
If the padding on top needs to be adjusted, try adding this css code in Quick CSS:
.home #av_section_1 {
padding-top: 40px;
}
Best regards,
Nikko