Home Forums WordPress Themes – Premium Circumference Center Widget Titles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16161
    Ellen
    Participant

    I’m looking for a way to center widget titles in the Content Bottom area (or anywhere for that matter). I can’t seem to find where the CSS is defining the widget titles.

    #21351
    Shekhar Bhandari
    Participant

    Hi Ellen,

    You can paste this code into your child theme or custom css

    .widget.align_center {
        text-align: center;
    }

    and install widget css class plugin and add the class align_center to the widget.

    Thanks.

    #16162
    Ellen
    Participant

    Ah ha! Why didn’t I think of that? Thanks for all the great help as always!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.