[Resolved] move tagline below logo image

Home Forums Support [Resolved] move tagline below logo image

Home Forums Support move tagline below logo image

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #803230
    Janette

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

    #803239
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #803244
    Janette

    http://www.montaukcommunitychurch.org/welcome/
    I created a new header instance to eliminate the space between the header and the nav-bar so I used the element app to do that.

    #803309
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #803316
    Janette

    Okay, it is set to default:
    http://www.montaukcommunitychurch.org/welcome/
    So now there is a space before the nav-bar and the tagline is above instead of below the logo image.

    #803322
    Leo
    Staff
    Customer Support

    You mean there is space after the nav bar?

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

    #803329
    Janette

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

    #803341
    Leo
    Staff
    Customer Support

    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;
    }
    #803346
    Janette

    Bingo! You are the greatest!
    Thanks so much!

    #803355
    Leo
    Staff
    Customer Support

    Glad I could help πŸ™‚

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