Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #831421

    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

    #831589

    Hey paultho,
    Try this code in the General Styling > Quick CSS field:

    h3.widgettitle {    text-align: center!important; }

    Best regards,
    Mike

    #831948

    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

    #832037

    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

    #832467

    Yes that worked perfectly.

    Thanks Gunter and Mike.

    Paul

    #832471

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to Centre Widget Titles in Sidebar and Footer’ is closed to new replies.