- Posts: 3
- Thank you received: 0
OMG menu to be sticky
- Elena Rizova
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
8 years 9 months ago - 8 years 9 months ago #8812
by Elena Rizova
OMG menu to be sticky was created by Elena Rizova
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: 8 years 9 months ago by Elena Rizova.
Please Log in or Create an account to join the conversation.
8 years 9 months ago #8814
by Kiên
Replied by Kiên on topic OMG menu to be sticky
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?
Please Log in or Create an account to join the conversation.
- Elena Rizova
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 3
- Thank you received: 0
8 years 9 months ago #8815
by Elena Rizova
Replied by Elena Rizova on topic OMG menu to be sticky
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
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
Please Log in or Create an account to join the conversation.
8 years 8 months ago #8817
by Kiên
Replied by Kiên on topic OMG menu to be sticky
this is only css styles, you can add position: fixed the menu will slide when you scroll.
however I think you have to modify the design to fit the template
Code:
.mainmenu .otmenu-desk-wrapper {
margin: 0 10px;
position: fixed;
top: 0;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds