New Landing How can we help? Themeforest Theme Support Dante Header Logo overlap menu

Viewing 15 posts - 1 through 15 (of 23 total)
  • Posted in: Dante
  • #52744
    pixel8edspace
    Member
    Post count: 22

    Hi,

    Having issues with my logo overlapping the menu items. Have made the logo 197x42px and entered the size into the width / height boxes.

    When the site is viewed at 1185px+ width everything is fine. Anything below that and it overlaps until you get to 970px when it switches to the mobile menu.

    This is the same across all browsers. I’ve attached a comparison.

    my site is : http://www.aeroportodesign.com

    Thx.

    #52746
    pixel8edspace
    Member
    Post count: 22
    This reply has been marked as private.
    #52792
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi,

    that happens because the width of the menu adds up to the width of the logo which then doesn’t fit anymore to the space available.

    Can you tell me which solution you are thinking of so we can take a look at the implementation?
    As in: do you want the menu to switch to mobile menu earlier? Or do you want to remove the logo for those screen sizes? Or resize it? Or stack the menu below the logo?

    Cheers

    #52810
    pixel8edspace
    Member
    Post count: 22

    Hi Melanie,

    I’d like it to resize retaining it’s position next to the menu.

    Thx.

    #52818
    pixel8edspace
    Member
    Post count: 22

    Looking at it, I guess being too many menu items is causing the problem.

    My desired resize option clearly won’t work. I guess stacking the logo above would be the cleanest option.

    #52889
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey, try this custom css:

    
    @media only screen and
    (min-device-width: 992px) and
    (max-device-width: 1200px) {    
    
    .header-right {
    margin-top: 43px;
    }
    }

    Let me know if that worked!

    #52908
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Would you like it to switch to the mobile navigation when it starts to overlap?

    – Kyle

    #52909
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    If so add this to your custom css:

    @media only screen and (max-width: 1200px) {
    
    .header-6 #logo, .header-7 #logo {
            width: 100%;
            padding: 0 15px;
            left: 0;
            height: auto;
            position: relative;
        }
    #main-navigation {
            display: none;
        }
    nav.search-nav {
                    display: none;
            }
    .visible-sm.visible-xs.mobile-menu-show {
                    display: block!important;
            }
    #logo a {
                   float: left;
            }
    }

    – Kyle

    #53133
    pixel8edspace
    Member
    Post count: 22

    Hi Kyle,

    I would like to shift the logo up above the menu when the width is reduced.

    I don’t want to change the default mobile settings..

    Thx.

    #53368
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok try this:

    @media only screen and (max-width: 1200px) {
    #header-section {
      height: 115px;
    }
    .header-6 #logo, .header-7 #logo {
      position: relative;
      width: 100%;
    }
    }

    – Kyle

    #53386
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi pixel, did you try the css I gave you? It does what you asked for 🙂

    #53387
    Melanie – SUPPORT
    Member
    Post count: 11032

    Kyle… I already gave him the css to make this work – please look above 🙂

    #53405
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi Melanie,

    The css you provided is not ideal, it does not increase the header height (see screenshot)

    – Kyle

    #53415
    pixel8edspace
    Member
    Post count: 22

    Hi Both,

    Not sure if my last post went through.

    Anyway, none of the css is working properly. Still overlapping and/or shifting the lower line.

    I’ve attached an example of what I hope it can be (when between full size and mobile size)

    Thx

    #53421
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    What do you get with the css that I gave you?

    – Kyle

Viewing 15 posts - 1 through 15 (of 23 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register