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: Change Height of primary menu container

#41239

Hi Lee,

Thank you for the site URL.
Edit your custom CSS accordingly to the below one:

#access a {
    height: 81px;
    padding-top: 65px;
}
.search-toggle {
    margin-top: 25px;
}
#search-box {
    top: 100px;
}

@media only screen and (max-width: 767px) {
	.menu-toggle {
		margin-top: 57px;
	}
	#access a {
		float: none;
		padding: 10px 0;
		height: inherit;
	}
}

Thank you!