Hi there!
2 quick questions if that’s ok.
1. Anchor menu scroll position
On this one page site when I scroll to a section using an anchor menu there is a thin gap showing from the previous section (see screen shot). How can I make the scroll show no gap between bottom of header and top of section?
2. Please could you give me the the drop shadow CSS from the header so I can create the exact same drop shadow at the top of my footer?
Thanks so much.
Christian
Hey jaroljmek,
1.) Kindly add this code to Quick CSS (located in Enfold > General Styling):
#header_main {
padding-bottom: 2px;
}
2.) Add this code to Quick CSS:
#contact {
box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}
Hope this helps :)
Best regards,
Nikko