Resolved

Mobile menu under logo

Puro Theme started by Paul Dec 19, 2020 6 replies
Paul Dec 19, 2020 · 12:23 pm #15212

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

Paul Dec 19, 2020 · 12:24 pm #15213

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

Andrew Misplon Puro Dec 19, 2020 · 3:17 pm #15214

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.

Paul Dec 19, 2020 · 3:53 pm #15215

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

Andrew Misplon Puro Dec 19, 2020 · 4:43 pm #15216

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 🙂

Paul Dec 19, 2020 · 6:22 pm #15217

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

Andrew Misplon Puro Dec 19, 2020 · 6:58 pm #15219

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

7 posts