Site logo

Archived topic

Secondary Navigation and Logo

3 replies · Started by Provelo beider Basel on May 3, 2019

Viewing posts 1–4 of 4

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

Hi there,

try adding this CSS:

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

Thank you! It worked :-)

Glad to be of help

This archived topic is closed to new replies.