Site logo

Archived topic

Separate Header Navigation from Body

2 replies · Started by Marius on September 6, 2022

Viewing posts 1–3 of 3

Hello,

I use the Navigation as Header. How can i separate the Header from the Body? Maybe with a little shadow.

Hi there,

try this CSS:

.main-navigation {
    box-shadow: 0 2px 8px 3px rgba(0,0,0,0.12);
    z-index: 1;
    position: relative;
}

Hi David,

thanks, that is looking good.

This archived topic is closed to new replies.