Home Forums Pro Themes Education Hub Pro Personalize "Site Identity"

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13563
    gsinatti
    Participant

    Sorry for disturbing… I need to modify the “Site Identity” (in Italian: Identità del sito) of http://www.clar.it website.
    More in detail, I would like to locate the “site title” line centered horizontally and vertically nearby the main logo inside the current white area.
    Could you help me?
    Many congratulations for your excellent wp-theme and for this very effective support blog.
    Regards

    Gaetano

    #13565
    wensolutions
    Keymaster

    @gsinatti,

    First off, thank you for the appreciation of the theme and support. We are always glad to help you in your queries and issues related to theme.

    Now, going to your request to center align the logo and site title both horizontally and vertically,
    you can paste the following custom CSS code in Appearance -> Customize -> Theme Options -> Advanced Options => Custom CSS.

    #site-identity {
        float: none;
        margin-top: 7px;
    }
    
    .site-branding {
        text-align: center;
    }

    Hope this helps. If there’s any more help needed kindly let us know.

    #13567
    gsinatti
    Participant

    Many thanks indeed, it perfectly works!
    Have a nice evening

    Gaetano

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.