Hi @enfold!
On my newest enfold-website using the enfold-parallax-theme there are a few things I don’t understand.
While scrolling downwards the “Abstand” between the Color-Section and the following section is:
1. rather big (how can this be changed?)
2. part of the footer appears under the first Color-Section
3. there are vertical lines at the end of all sections before the footer appears.
thanks for your feedback
Michael F
Hey Michael F,
To correct #1 & #2 try this css in your Quick CSS field:
@media only screen and (min-width: 1024px) {
#service-monitor-mobil-trennlinien.avia-section {
margin-bottom: 0;
height: 200vh;
}
}
#3 is because you have the sidebar enabled on the page, disable this in the settings for the page, or try this css
.home #after_section_9 {
display: none;
}
then clear your browser cache.
Best regards,
Mike
hi Mike!
Thanks for Your Solutions. Both work fine!
Have a nice Sunday Evening.
Greatings
Michael F.
Hi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.
Best regards,
Mike
