Tagged: Burger Menu
how to set the burger menu icon location to left? I’m using RLT and the burger menu is overlapping the logo
the login credentials if any of you can help
Hi,
Add this to quick css:
@media only screen and (max-width: 1024px) {
.main_menu{
right:95%!important;
}}
@media only screen and (max-width: 767px) {
.avia-menu{
margin-top:-100%!important;
}}
Best regards,
Jordan Shannon
Can you login and test it plz, for some home it’s not working
Hi,
The login info provided is not working for me, can you please test? Also make sure you add the code I gave you to the very top of quick css so that it runs first. I have already tested this so it should work.
Best regards,
Jordan Shannon