How to Put Logo Text in Center

Home Forums Iconic One Pro Support How to Put Logo Text in Center

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 3 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6038

    RajaneeshM
    Participant

    I want to do my header logo text in the center so how to do it.
    I have tried text-align: center in the free version and it’s done but in the pro version its not

    #6039

    Pro version has H1 logo title on home page for SEO. The CSS code to center text based logo is a bit different.

    Use the following in Customizer -> Additional CSS:

    
    .site-header {
        text-align: center;
    }
    .top-header {
        float: none;
    }
    @media screen and (min-width: 767px) {
    .site-header h1, .site-header h2 {
        text-align: center;
    }
    }
    .socialmedia {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to Put Logo Text in Center’ is closed to new replies.