• Hi,
    I have a blog at this address: http://www.healthyandcute.com and as you can see the “Who am I” is placed on the left hand side above the my picture.
    This is a text widget.
    I wanted to center the title of this widget but reaserching online concluded that i needed to touch the CSS file.
    I don’t wish to enter CSS to make that change.
    I am working on maybe setting up two other blogs related to my topic and it would be a hassle to always change CSS files for a simple widget change.
    Isn’t there a way to center the title from WordPress directlt without touching CSS?
    Would you know a plugin that would allow me to do so ?
    Thank you in advance.

Viewing 1 replies (of 1 total)
  • If your theme provides a way to enter custom CSS, use that. Otherwise, you should create a Child theme or use a CSS plugin such as Simple Custom CSS to make your changes. If you do not, all of your changes will be lost if you update your theme.

    You can test this by adding it to the end of your theme’s style.css, but to make it permanent, you should do as suggested above:

    .sidebar-headline { text-align: center; }
Viewing 1 replies (of 1 total)
  • The topic ‘Isn't there a plugin that allow Widget titles to be centered’ is closed to new replies.