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: Default page has missing green bar!

#22675

Hi davidmarryatt,
You have used this below code in your child theme so you are getting the overlapping in menu.

#main {
	padding: 0px 0px 0px 0px;
}

Remove the above code from child theme and use it default

#main {
padding: 60px 0 10px;
}

Thank you!