Sticky Menu

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
Sun May 24, 2015 7:55 pm
Reply with quote
Report this post
Hello:

Is it possible to keep the Menu at the top of the site the entire time? For example, when you scroll down, you shouldn't see the menu.

Thanks,

Michael K.
User avatar
Senior Boarder

GK User
Sun May 24, 2015 9:47 pm
Reply with quote
Report this post
Hi,
if there is no such a option in template - it means - that you have to use custom css code to get this effect.
Start from this:
#gkTop {top: 0 !important;}

Add this line in template settings in CSS field.
User avatar
Platinum Boarder

GK User
Tue May 26, 2015 2:20 am
Reply with quote
Report this post
I already have this code inside my CSS portion of the template options. All that does is keep the menu on at all times. Thanks though!
User avatar
Senior Boarder

GK User
Wed May 27, 2015 9:52 pm
Reply with quote
Report this post
In general floating menu was based on extra class which added when user scroll page,
and my solution added one value always.
User avatar
Platinum Boarder

GK User
Wed May 27, 2015 11:24 pm
Reply with quote
Report this post
Oscar E wrote:In general floating menu was based on extra class which added when user scroll page,
and my solution added one value always.

I'm sorry I do not understand what this means. Can you please elaborate on this response?
User avatar
Senior Boarder

GK User
Thu May 28, 2015 10:42 am
Reply with quote
Report this post
Answer why, in big shortcut
User avatar
Platinum Boarder

GK User
Tue Jun 02, 2015 6:14 am
Reply with quote
Report this post
Oscar E wrote:Answer why, in big shortcut

Okay so I put the following code in:
Code: Select all
#gkTop.active {
     top: 0 !important;
}

and it still appears when you scroll down.
User avatar
Senior Boarder


cron