How to get menu still appear when i scroll down

January 2013 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.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
User avatar
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.
User avatar
Platinum Boarder

GK User
Tue Jul 21, 2015 8:21 am
Reply with quote
Report this post
The URL is www.theorangecapital.com

Thanks
User avatar
Fresh Boarder

GK User
Tue Jul 21, 2015 12:24 pm
Reply with quote
Report this post
It request extra CSS code, try this:
#gkTop {
background: #fb8561;
max-width: 1260px;
padding: 0 40px;
position: fixed;
z-index: 991;
}


In template settings you will find custom css code field.
User avatar
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
User avatar
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:
#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5, #gkBottom6, #gkBottom7, #gkBottom8 {
padding: 60px 120px 0;
}

.frontpage #gkTop1, .frontpage #gkTop2 {
padding: 100px 0 0;
}
User avatar
Platinum Boarder

GK User
Thu Jul 23, 2015 4:02 pm
Reply with quote
Report this post
Its working fine . Many many thanks
User avatar
Fresh Boarder


cron