sticky classic 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
Fri Jan 29, 2016 10:55 am
Reply with quote
Report this post
Is it possible to set the gkTop as a sticky module at the top edge?
Any CSS advice?
User avatar
Fresh Boarder

teitbite
Mon Feb 01, 2016 11:13 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkTop {
    left: 0;
    position: fixed;
    top: 0;
}
User avatar
Moderator

GK User
Mon Feb 01, 2016 1:55 pm
Reply with quote
Report this post
Thanks for the immediate help. - But it doesn´t look as I expected.
Take a look:
http://msc.gerhard-weise.de
Any idea?
User avatar
Fresh Boarder

teitbite
Thu Feb 04, 2016 12:46 pm
Reply with quote
Report this post
Hi

Looks good to me, but I will help You with any changes to that if they will be possible via CSS. Just tell me how do You want this to looks like.
User avatar
Moderator

GK User
Sat Feb 06, 2016 12:40 pm
Reply with quote
Report this post
Thanks for your help: I would like to have the menu centered with a semi-transparency background
User avatar
Fresh Boarder

teitbite
Thu Feb 11, 2016 2:20 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkMainMenu {
    float: none;
    opacity: 0.8;
    text-align: center;
}

#gkMainMenu .gkMenu > ul > li {
    display: inline-block;
    float: none;
}
User avatar
Moderator


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