contact form overlapping the mainmenu

February 2014 WordPress Theme
GK User
Thu Feb 16, 2017 7:45 pm
If you check: http://praktijksysteemtherapiegroningen.nl/contact/
On a big screen you will see that the contactform form overlapse the mainmenu. What do i need to edit to make the main menu overlap the contactform.
User avatar
Expert Boarder

Joshua M
Thu Feb 16, 2017 11:17 pm
Try to add bigger padding (but I'm not sure exactly what do you mean):
Code: Select all
.custom.gk-header6 {
    padding-top: 180px;
User avatar
Moderator

GK User
Fri Feb 17, 2017 9:39 am
Did you see the contact form on the bottom of the page? If yes, if you scroll down the form is overmatching the mainmenu. I dont know the correct word for it. But you will see it. And i ment on a small screen not a big screen.
User avatar
Expert Boarder

Joshua M
Fri Feb 17, 2017 9:49 am
Try to add the following custom css code:
Code: Select all
#gk-top {
z-index:5;
}
User avatar
Moderator

GK User
Fri Feb 17, 2017 10:10 am
thanks that worked!
User avatar
Expert Boarder


cron