Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #992952

    how to set the burger menu icon location to left? I’m using RLT and the burger menu is overlapping the logo

    #992967

    the login credentials if any of you can help

    #992973

    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

    #992974

    Can you login and test it plz, for some home it’s not working

    #993041

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.