Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #113908
    rickm813
    Participant

    I want to center the logo in the header area for Clean Journal.

    #113924
    Mahesh
    Keymaster

    @rickm813: Please​ post in your site url.

    Regards,
    Mahesh

    #113931
    rickm813
    Participant
    #113981
    Mahesh
    Keymaster

    @rickm813: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-logo, #site-branding {
        display: block;
        float: none;
        text-align: center;
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center the header logo’ is closed to new replies.