March 3, 2015 at 5:33 am
#22675
Theme Horse Support Team
Keymaster
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!