I have tried everything I could find in this forum to make my menu float, nothing worked. I have supplied the admin and FTP information here, please help.
ainge Hi Kindly apply the suggestion given here : https://www.joomlart.com/forums/d/24195-change-menu-color-and-stick-on-top/2 this will work fine
Hello Pankaj, I did what you suggested above, nothing happened. If you access those files, you will see the changes I have made to header_style-2.php and custom.css. No effect.
Please help.
ainge Hi The login access is not working. Kindly change the code in custom css as below
.t3-header.affix { top: 0px; width: 100%; z-index: 999; position: fixed; }
it will work fine.
Ninja
Thank you Pankaj. It's working now! I am just posting the code here to help others.
.t3-header.affix { top: 0px; width: 100%; z-index: 999; position: fixed;}
ainge Yes I already posted in the my last reply. Glad to hear it works for you 🙂