[Resolved] Mobile menu under logo

  • Author
    Posts
  • #15212

    Paul
    Participant

    Is there a way to get the mobile menu to center under the logo and make the mobile menu logo bigger?

    #15213

    Paul
    Participant

    Ps I have Puro Premium and love it!!!!

    #15214

    Andrew Misplon
    Keymaster

    Hi Paul

    Thanks for your support, it’s most appreciated.

    You can try the following at Customize > Additional CSS:

    @media (max-width: 786px) {
    
    	.site-header {
    		padding-bottom: 70px;
    	}
    
    	.site-header .site-branding {
    		display: block;
    		float: none;
    		max-width: none;
    		padding-right: 0;
    		width: 100%;
    	}
    
    	.responsive-menu .menu-toggle {
    		margin-right: -11.5px;
    		right: 50%;
    		top: 50px;
    	}
    
    	.site-header .site-branding a {
    		text-align: center;
    	}
    
    	.responsive-menu .main-navigation.toggled {
    		margin-top: 50px;
    		margin-bottom: 0;
    	}
    }

    There are several elements that have to be readjusted so this might not work well without further changes.

    #15215

    Paul
    Participant

    This is perfect!!! Thank you so much! Just one thing – the X to close out the menu isn’t there.

    #15216

    Andrew Misplon
    Keymaster

    Hi Paul

    Please, locate the following rule:

    .responsive-menu .main-navigation.toggled {
    	margin-top: 50px;
    	margin-bottom: 0;
    }

    Change it to:

    .responsive-menu .main-navigation.toggled {
    	margin-top: 50px !important;
    	margin-bottom: 0;
    }

    We’re just adding !important after the 50px value for this rule. You can adjust as required. Let me know how it goes. Thanks πŸ™‚

    #15217

    Paul
    Participant

    This is perfect!!! Thank you so so much for the quick support and excellent theme!

    #15219

    Andrew Misplon
    Keymaster

    Super, glad to hear that helped. If questions arise in the future, feel free to email [email protected]. Cheers for now πŸ™‚

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

You must be logged in to reply to this topic.

Scroll to top