[Resolved] Alignment of text in copyright bar

Home Forums Support [Resolved] Alignment of text in copyright bar

Home Forums Support Alignment of text in copyright bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2319884
    Tim

    Hi GP team,

    I’m sure there’s an easy solution to this, but I can’t quite figure out the CSS.

    I’d like to align the content of the copyright bar to the left, so that it’s aligned with the site title and the text in the first footer widget. It’s currently centred.

    Is that something you could help with?

    Many thanks,
    Tim

    #2319930
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .site-footer:not(.footer-bar-active) .copyright-bar {
        margin-left: unset;
    }
    #2320854
    Tim

    Brilliant – that’s done the trick!

    Many thanks, David.

    #2320949
    David
    Staff
    Customer Support
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.