[Resolved] Switching/Flipping Site Title and Tagline

Home Forums Support [Resolved] Switching/Flipping Site Title and Tagline

Home Forums Support Switching/Flipping Site Title and Tagline

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1102362
    Kyle Thomas

    Is there a simple way – such as with a GP Hook Element – to flip the Site Title and Tagline, so that the Tagline would be above the Site Title instead of below it?

    I can’t seem to find a direct answer or solution.

    #1102378
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .site-branding {
        display: flex !important;
        flex-direction: column-reverse;
    }
    #1102402
    Kyle Thomas

    That appears to have worked. Thanks.

    #1102409
    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.