[Resolved] Separate Header Navigation from Body

Home Forums Support [Resolved] Separate Header Navigation from Body

Home Forums Support Separate Header Navigation from Body

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2335204
    Sonja

    Hello,

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

    #2335290
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    Hi David,

    thanks, that is looking good.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.