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: Header and primary menu fixed

#42926

@mail16 Sorry! Please add below Custom CSS too

.header-main {
    margin-top: 155px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.hgroup-wrap, #access {
		position: fixed;
	}
	.header-main {
		margin-top: 0;
	}
}

Thank you!