[Resolved] Secondary Navigation and Logo

Home Forums Support [Resolved] Secondary Navigation and Logo

Home Forums Support Secondary Navigation and Logo

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #887473
    Provelo beider Basel

    Hello

    I just started with Generatepress and I am using the Theme together with the Elementor Pro. I would like to change the Header Layout. In my Header I have a background image, a Logo and a secondary navigation. I would like to put the secondary navigation on the top right side but not above the background image with another background, but over the image, so that the image is still the top ending of the webpage. But I would like to keep the logo on the bottom left of the Header. neu.provelo-beiderbasel.ch
    Can you help me with this?

    Kr
    Raffaela

    #887717
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media (min-width: 768px) {
        .secondary-navigation {
            position: absolute;
            top: 0.5em;
            right: 1em;
        }
    }
    #887734
    Provelo beider Basel

    Thank you! It worked 🙂

    #887752
    David
    Staff
    Customer Support

    Glad to be of help

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