Archived topic
Shadow nav bar - regular non float
3 replies · Started by Jarno on July 24, 2018
Viewing posts 1–4 of 4
Hi,
I used below css to also get shadow under the regular nav bar. However some parts of the menu are overlapping the shadow...?
See example page with issue here
`.main-navigation {
box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}`
Thanks!
Hi there
add a margin-bottom: 2px; property to your CSS
Cheers!
Glad i could help
This archived topic is closed to new replies.