badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Resize background menu button

#88289

Hi Thiago Bispo da Silva,

please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

.navbar,
.navigation-icons-wrap {
	height: auto;
}
.navbar-brand-wrap .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	height: 50px;
}
.main-navigation a,
.search-toggle {
	padding-top: 17px;
	padding-bottom: 17px;
}
.search-toggle {
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

Thanks