New Landing How can we help? Themeforest Theme Support Dante space between text logo and navi is too small

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #50935
    toni100
    Member
    Post count: 148

    hi please see my screenshot – i just use a plain text as the logo but the space between logo and navigation is too small – it should switch to mobile menu view – how can i change this?

    thank you

    #51198
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    Do you have some custom css overrides ? .Can you please provide url so i can take a look .

    Best,
    Tahir

    PS: You can set the post to private using the Check box(Set as private reply) on the right bottom of the text area .

    #52477
    toni100
    Member
    Post count: 148
    This reply has been marked as private.
    #52529
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Looks fine to me?

    I do not see any overlapping

    – Kyle

    #52532
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    If you need it to change to the mobile nav earlier than it currentl does, 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

    #52855
    toni100
    Member
    Post count: 148

    ok thank you!

    #52861
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 7 posts - 1 through 7 (of 7 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