Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #265674
    Ozz
    Participant

    howdy, How do I centre the site identity text at the top of the page? Right now it is left-justified

    http://www.letseatmyfriend.com

    #265704
    tikaram
    Keymaster

    @ozz : Login to your WordPress admin section . Go to Appearance => Customize => Additional css and add the following css.

    .site-branding {
    	margin: 0 auto;
    }

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘centre site identity’ is closed to new replies.