Hi Dear Admin, I use JA sport. How can I make a sticky menu? Site template Styles > ja_sport > Layouts Settings > mainnav > Sticky Setting: Sticky Top applied But it doesn't work. Thanks in advance
Knowing that I use JA sport for joomla 3x and I can't update due to hosting capabilities
Hi awedse Could you please share your site URL, then we could check and give you instruction to make sticky menu.
I want to mention that it does not work on phones view
Hi @awedse, Add below CSS rules to the Custom CSS modal so that the header can be sticky on phones view.
@media (max-width: 575.98px) { #t4-header.t4-sticky { position: sticky !important; top: 0 !important; } }
Thanks it works