non-scolling menu and header area

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue May 27, 2014 4:57 pm
Reply with quote
Report this post
Does anyone know how to have a fixed non-scrolling menu and header?

Thanks

Ian
User avatar
Expert Boarder

teitbite
Wed May 28, 2014 8:46 am
Reply with quote
Report this post
Hi

This template already have a fixed menu. You just need to scroll below the level of menu and it will stay in one place.
User avatar
Moderator

GK User
Wed May 28, 2014 11:07 am
Reply with quote
Report this post
teitbite wrote:Hi

This template already have a fixed menu. You just need to scroll below the level of menu and it will stay in one place.

Hello Teitbite,

I would like to fix it so that the menu scrolls with the page. If you use a large logo image, the image and menu covers up a lot of screen estate when you scroll the page, so I would like the menu to disappear when you scroll. Is this possible?
User avatar
Expert Boarder

teitbite
Fri May 30, 2014 4:46 pm
Reply with quote
Report this post
Hi

So You mean to remove the menu which stays in place while scrolling. Please add this code to override.css and make sure override is enabled in template settings:

Code: Select all
#gkFixedMenu {
    display: none;
}
User avatar
Moderator

GK User
Mon Jun 02, 2014 11:13 am
Reply with quote
Report this post
Thanks teitbite
User avatar
Expert Boarder

teitbite
Tue Jun 03, 2014 2:55 pm
Reply with quote
Report this post
Hi

Great. I wasn't sure if this is what You are asking for :)
User avatar
Moderator


cron