TOPIC: OMG menu to be sticky

OMG menu to be sticky 6 years 10 months ago #8812

  • lavoro83
  • lavoro83's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Is it possible that the OMG menu that comes as default to be made sticky so as I scroll down to be viewable all the time at the top of the template?
Last Edit: 6 years 10 months ago by lavoro83.
The administrator has disabled public write access.

OMG menu to be sticky 6 years 10 months ago #8814

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
Sorry I don't understand, could you please explain or make screenshot?
lavoro83 wrote:
Is it possible that the OMG menu that comes as default to be made sticky so as I scroll down to be viewable all the time at the top of the template?
The administrator has disabled public write access.

OMG menu to be sticky 6 years 10 months ago #8815

  • lavoro83
  • lavoro83's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
As you can see in the demo for Dulcet when I scroll down the web site the main menu is not shown above all the time, only at the beginning:
demo.omegatheme.com/joomla25/ot_dulcet/i...es/joomla/32-options


Is it possible to be sticky as for an example in this template where when you scroll the menu is always shown at the top:
demo.omegatheme.com/index.php?t=joomla&i=ot_bsolutions
The administrator has disabled public write access.

OMG menu to be sticky 6 years 10 months ago #8817

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
this is only css styles, you can add position: fixed the menu will slide when you scroll.
.mainmenu .otmenu-desk-wrapper {
    margin: 0 10px;
    position: fixed;
    top: 0;
}
however I think you have to modify the design to fit the template
The administrator has disabled public write access.
Time to create page: 0.098 seconds