How to move Navbar Menu to right side of screen?
nyi2lin opened this issue · 3 comments
nyi2lin commented
Utter commented
You could duplicate the snippets/navbar.html template to mysite/templates/coderedcms/snippets and then apply a BS5 class
vsalvino commented
First, you might want to look at some of the Bootstrap code examples: https://getbootstrap.com/docs/5.3/components/navbar/
Most likely you will need to override the navbar.html
template to customize it. In your project, create a file templates/coderedcms/snippets/navbar.html
. Then copy our default navbar and edit it to your liking.