Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34489
    jim tobin
    Member

    I am attempting to adjust the positioning of my logo. It currently sits left and is too far below the top of the page. I tried using .css script found on the forum but was unsuccessful. So I’d like the logo centered and raised. Any help is appreciated. the url is thespotlightagent.com. thank you, Jim

    #34562
    Sakin
    Keymaster

    Hello Jim,

    To center your logo, first you need to disable the Header Right section from “Appearance => Theme Options => Header Right Sidebar Options” and check in “Disable Header Right Sidebar” and save changes.

    Then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #branding .logo-wrap {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }
    #site-logo {
        float: none;
    }
    #site-logo a img {
        float: none;
        padding: 0;
    }

    Regards,
    Sakin

    #34592
    jim tobin
    Member

    Sakin, thank you for the response. However if the logo is of a small enough width can you center it on the page and retain the right sidebar? Thanks, jim

    #34647
    Sakin
    Keymaster

    Hello jim,

    Now sure about that.

    Regards,
    Sakin

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