Site logo

Archived topic

move tagline below logo image

9 replies · Started by Janette on February 6, 2019

Viewing posts 1–10 of 10

I am working in the GP elements section for a new header... How do I move the tagline below the logo image?
Thanks!

Hi there,

Are you referring to the default header?

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

You shouldn't need to use Header Element for that.

Can you switch it back to the default header again so I can see the original issue?

Header Element should be used to insert that slider.

Let me know :)

You mean there is space after the nav bar?

Can you try my suggestion above of using header element to insert the slider?

Okay, I did that. I misunderstood what you meant the first time. Now just the tagline is above the logo image...

Try this CSS:

.inside-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

Bingo! You are the greatest!
Thanks so much!

Glad I could help :)

This archived topic is closed to new replies.