[Support request] How to Place Site Tagline below Site Logo

Home Forums Support [Support request] How to Place Site Tagline below Site Logo

Home Forums Support How to Place Site Tagline below Site Logo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #712774
    Mehmet Akif Kaban

    Hello,
    How can I Place Site Tagline below Site Logo? By default it is above the logo which seems ugly for me.
    Thanks.

    #712931
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .inside-header {
        display: flex;
        flex-direction: column;
    }
    .site-logo {
        order: -1;
        margin-bottom: 10px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.