Shop Categories

X

Mobile menu location

Home Forums Agama Pro Mobile menu location

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25777
    bojan kamcheski
    Participant

    Hi, when I use the mobile version I want the menu (which is now just below the logo) to appear on the right side inline with my logo. Is this possible? Thanks

    #25787
    Zex
    Moderator

    Hello, Bojan!

    Insert the following code into Customizing->General->Additional CSS:

    @media (max-width:480px) {
    #agama-logo a {
     max-width: 80%!important;
     text-align: left!important;
    }  
    .logo{
     float: left!important;
    } 
    .mobile-menu-icons{
     width: 20%!important;
     clear: none!important;
     text-align: right!important;
    }	
    }

    Regards

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