[Resolved] Move tagline under logo

Home Forums Support [Resolved] Move tagline under logo

Home Forums Support Move tagline under 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
  • #1228016
    Bob

    Hi team,
    Sorry to ask this question, as I can see lots of other people have asked the same question before. However, having read all of the previous responses, it doesn’t seem to reflect what I am seeing.
    All I want to do is reposition the Tag line, to sit under the Logo. I have looked to add CSS in the Customiser, but there is loads of other code in there and I have no idea where to place it.
    I am using a child theme, so is there a straight forward way of adding something there to make this happen?

    Thanks

    #1228213
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS:

    
    /* Stack logo and Tag line */
    
    .site-branding-container {
        flex-direction: column;
        align-items: flex-start;
    }

    And you can add it to the very top of Additional CSS in the Customizer

    #1239525
    Bob

    Thanks David, that worked a treat.

    #1239698
    David
    Staff
    Customer Support

    You’re welcome

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