Archived topic
Alignment of text in copyright bar
3 replies · Started by Tim on August 22, 2022
Viewing posts 1–4 of 4
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
Hi there,
try adding this CSS:
.site-footer:not(.footer-bar-active) .copyright-bar {
margin-left: unset;
}
Brilliant – that's done the trick!
Many thanks, David.
Glad to hear that
This archived topic is closed to new replies.