Menu content not showing

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Mon Apr 18, 2016 10:21 am
Hi.

My menu content is not showing, unless you do a little scroll with the mouse. Plus the footer moves when scrolling up and down.

I need the footer to be static and menu content to show.

URL: gracebonline.com
User avatar
Senior Boarder

Joshua M
Tue Apr 19, 2016 9:41 am
Hi,

Did you edit theme files (php,js)? Anyway, try to add the following custom css code:
Code: Select all

.home #overlay-menu-content-wrap1 .gk-overlay-menu {
    top: 0;
}
User avatar
Moderator

GK User
Tue Apr 19, 2016 11:16 am
That seems to work, but that pulls my menu content up. Is there a way to just have the content back down?

M
User avatar
Senior Boarder

Joshua M
Wed Apr 20, 2016 12:15 pm
I can't see the issue - what screen resolution is exactly on your screenshot?
User avatar
Moderator

GK User
Wed Apr 20, 2016 12:21 pm
With the
Code: Select all
.home #overlay-menu-content-wrap1 .gk-overlay-menu {top: 0;}
the content is positioned to the top. It is like this on all screen sizes. Plus this works only on home page. Not on subpages.

Aha. On subpages it's at the normal position, but only when you scroll the mouse with the menu open.

Thank you.
M
User avatar
Senior Boarder

Joshua M
Fri Apr 22, 2016 6:34 am
Try this code instead (and adjust the top value):
Code: Select all
#overlay-menu-content-wrap1 .gk-overlay-menu {
    top: 15%;
}
User avatar
Moderator

GK User
Mon Apr 25, 2016 9:27 am
Hi.

Ok, that works, but how do I turn this scrolling effect off? Now the position of the menu content is depended on the page position on the back. I want that off completely.

Please help.

http://www.gracebonline.com

M
User avatar
Senior Boarder

Joshua M
Tue Apr 26, 2016 8:33 am
Try to add also this code:
Code: Select all
#overlay-menu-content {
   bottom: 0!important;
}
User avatar
Moderator

GK User
Tue Apr 26, 2016 9:42 am
Thank you. That works.

M
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.