I am working on adding a navigation bar/div to the bottom of a joomla page I am working on. I want the bar to always be on top, no matter where the person is scrolling up and down, the bar should be visible.
How do I,
- add a bar like this using joomla
- make sure it stays at the bottom.
I know how to make it stay still
position:fixed;
correct me if i am wrong
Do I use the add menu manager, or can I just add a div, essential I will add 3 social network Icons to this.
For advanced users, editing a template I recommend making a change to your template file:
/templates/TEMPLATENAME/index.php
That’s the best place to put it if you want to change the template permanently.
Alternately, place the code in a module that appears on every page.
This CSS will help with the placement of the menu
Then you can have html in your module (or in the template) that looks like this: