• Hi,,,,can someone please tell me how to Center Align the main title of my website….(www.bestbeautycareblog.com)

    as in the website it is left aligned by default,,,,,i’m looking for a solution/tip about how i can make it center align,,,i hope u understand me….

    thanks for ur help

Viewing 1 replies (of 1 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    .site-branding {
        float: none;
        text-align: center;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.

Viewing 1 replies (of 1 total)
  • The topic ‘Center Align Main Website Title’ is closed to new replies.