Hi,
I have a question,
how can i do a floating navigation bar?
ummul-izza Hi You can apply the suggestion given here for the same request : https://www.joomlart.com/forums/d/20641-implement-the-same-floating-sticky-menu-that-you-yourselves-use/2
Hope it helps.
Regards
Its working!
Thank you so much.
i've another issue, how to center the menu item and how to adjust the size of navigation bar?
ummul-izza Hi menu use full width of container so if you add new item they will be added in the right side. You can add padding in the left side to move the menu
@media (min-width: 992px){ .navbar-collapse.collapse { padding-left: 121px; }}
thank you so much!
how to adjust the size of navigation bar?
ummul-izza
Kindly explain as size is depend on the menu items.
thank you very much!