Hi there
In a one page design I want to scroll to an empty color section. The reason for that is that I have a full screen revolution slider just below.
I works but i have an 20 px. gap – this does not come from the rev slider that has 0 0 0 0 padding. but from the color section.
Hope there is a css trick for this.
Thanks & awesome theme :)
Thomas
Hey!
Set a custom ID to that section and add this to Quick CSS:
#custom_section{
min-height: initial !important;
}
#custom_section .content{
padding: 0 !important;
}
Cheers!
Josue
Works like a charm :)
Cheers
You are welcome, glad to help :)
Regards,
Josue