Site logo

Archived topic

Add Shadow to mobile header

3 replies · Started by Rostyslav on October 6, 2021

Viewing posts 1–4 of 4

Hello!

How can I add a box-shadow: 0 2px 2px -2px rgb(0 0 0 / 20%); code just to a mobile header to get this result: https://ibb.co/tmTvH1M

Try this CSS:

#mobile-header.mobile-header-navigation {
    box-shadow: 0 2px 2px -2px rgb(0 0 0 / 100%);
    margin-bottom: 2px;
}

Let me know :)

Thanks Ying for always solving my problems so fast!

You are welcome :)

This archived topic is closed to new replies.