Fixed Menu

  • console
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 8 months ago #38385 by console
Fixed Menu was created by console
Hi,
I need to change default Academy main menu to Fixed Main menu, so scrolling down main menu have to follow the page, how can i do this?

Thank you very much for your answer!

Best Regards

Please Log in to join the conversation.

More
10 years 8 months ago #38391 by ivan.milic
Replied by ivan.milic on topic Fixed Menu
in layout.css add:

.sparky_full.toprow{
position:fixed;
width:100%;
top:0;
}

.sparky_full.logorow{
position:fixed;
width:100%;
top:25px;
}

.sparky_home{
padding-top: 100px;
}

you may need to adjust top, and padding-top
The following user(s) said Thank You: console

Please Log in to join the conversation.

More
9 years 11 months ago #43942 by yebusa
Replied by yebusa on topic Fixed Menu
What location I can find the file layout.css?, I have not managed to find it =/

Thank You!

Please Log in to join the conversation.

More
9 years 11 months ago #43944 by ivan.milic
Replied by ivan.milic on topic Fixed Menu
It is in <template folder>/css/layout.css

Please Log in to join the conversation.

More
9 years 11 months ago #43949 by yebusa
Replied by yebusa on topic Fixed Menu
I'm afraid I do not see the file in the specified path. I attached image files available to me appears in the directory ... / templates / hot_academy / css

Perhaps I misunderstood and it should be me who create it with the code provided? o.O

Thank you in advance! =)
Attachments:

Please Log in to join the conversation.

More
9 years 11 months ago #43952 by ivan.milic
Replied by ivan.milic on topic Fixed Menu
Ok, you can use template_css.css
The following user(s) said Thank You: yebusa

Please Log in to join the conversation.

Time to create page: 0.139 seconds
Powered by Kunena Forum