New Landing How can we help? Themeforest Theme Support Neighborhood Logo overlapping the menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • #313070
    ckara
    Member
    Post count: 51

    Hi, In the store we are putting together the logo all of a sudden is overlapping the entire menu.

    #313112
    David Martin – Support
    Moderator
    Post count: 20834

    Please add a WP login for us to take a closer look.

    Thanks.

    #313148
    ckara
    Member
    Post count: 51
    This reply has been marked as private.
    #313345
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    #logo img, 
    #logo img.retina {
        width: auto;
        max-height: 60px;
    }
    #313361
    ckara
    Member
    Post count: 51

    Thanks Dean, This moved the logo back to its place however the logo is now very small.

    #313386
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Just increase a bit the max-height value

    -Rui

    #313387
    ckara
    Member
    Post count: 51

    Hi, I already thought of that and tested it. When changing it for example to 100 it made the logo again overlap the menu below.

    #313394
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    add also this code

    #logo {
        margin-top: -30px;
    }

    -Rui

    #313396
    ckara
    Member
    Post count: 51

    Thanks Rui, Your awesome. Hopefully client will be satisfied with the 100px height.
    Cheers!

    #313399
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad we could help you.

    -Rui

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.