How to get menu still appear when i scroll down
January 2013 Joomla Template
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Tue Jul 21, 2015 6:23 am
- Reply with quote
- Report this post
Hi Team,
I have changed my menu to a classic menu and I am having issues getting the menu to appear when i scroll down . Your assistance would be very much appreciated.
Thanks,
Stephen
I have changed my menu to a classic menu and I am having issues getting the menu to appear when i scroll down . Your assistance would be very much appreciated.
Thanks,
Stephen
-
- Fresh Boarder
- GK User
- Tue Jul 21, 2015 7:47 am
- Reply with quote
- Report this post
Hi,
show me URL then I will think harder.
show me URL then I will think harder.
-
- Platinum Boarder
- GK User
- Tue Jul 21, 2015 12:24 pm
- Reply with quote
- Report this post
It request extra CSS code, try this:
In template settings you will find custom css code field.
#gkTop {
background: #fb8561;
max-width: 1260px;
padding: 0 40px;
position: fixed;
z-index: 991;
}
In template settings you will find custom css code field.
-
- Platinum Boarder
- GK User
- Tue Jul 21, 2015 3:40 pm
- Reply with quote
- Report this post
Many thanks for your response. The menu is now still after i applied the css but the the menu also covers the title . I want the title to also show when menu is clicked.
Regards
Regards
-
- Fresh Boarder
- GK User
- Tue Jul 21, 2015 5:11 pm
- Reply with quote
- Report this post
Because you have to increase top padding for several IDs from code.
For example:
For example:
#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5, #gkBottom6, #gkBottom7, #gkBottom8 {
padding: 60px 120px 0;
}
.frontpage #gkTop1, .frontpage #gkTop2 {
padding: 100px 0 0;
}
-
- Platinum Boarder
- GK User
- Thu Jul 23, 2015 4:02 pm
- Reply with quote
- Report this post
Its working fine . Many many thanks
-
- Fresh Boarder
7 posts
• Page 1 of 1