VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: main menu

main menu 27 Feb 2020 11:03 #12151

hello
is it possible to make the mainmenu always visible? (affix-sticky)
many thanks..

  • Posts:1
  • Ware
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: main menu 31 Aug 2020 02:55 #12454

Hello,
You can edit file templates/jf_sybix/css/template.css, at line 5209 modify:
 
.home-variation .header {
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
}
 

to:
 
.home-variation .header {
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.50 seconds
Friday 29 March 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.