Hi,
Can you give me some custom CSS that will centre the widget titles in both the right sidebar and in the footer. They seem to be left aligned by default.
Thanks
Paul
Hey paultho,
Try this code in the General Styling > Quick CSS field:
h3.widgettitle { text-align: center!important; }
Best regards,
Mike
Hi Mike,
Thanks for that. This code worked.
However, having looked at the footer widgets, they would look better left aligned. Therefore, I was wondering if you could give me some custom CSS that would centre the sidebar widget titles, but keep the footer ones left aligned?
Thanks
Paul
Hi,
Thank you for coming back.
Try to change the CSS above with:
.sidebar .widget h3.widgettitle { text-align: center!important; }
Best regards,
Günter
Yes that worked perfectly.
Thanks Gunter and Mike.
Paul
Hi,
I’m glad Gunter and Mike were able to aid you in this. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon