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
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
-
- 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:
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;
}
-
- 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
M
-
- 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?
-
- Moderator
- GK User
- Wed Apr 20, 2016 12:21 pm
With the
Aha. On subpages it's at the normal position, but only when you scroll the mouse with the menu open.
Thank you.
M
- Code: Select all
.home #overlay-menu-content-wrap1 .gk-overlay-menu {top: 0;}
Aha. On subpages it's at the normal position, but only when you scroll the mouse with the menu open.
Thank you.
M
-
- 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%;
}
-
- 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
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
-
- 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;
}
-
- Moderator
- GK User
- Tue Apr 26, 2016 9:42 am
Thank you. That works.
M
M
-
- Senior Boarder
9 posts
• Page 1 of 1