Mobile Menu Location

Home Forums Legacy Support Support queries Styling issues Mobile Menu Location

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #214608
    mongrelgear
    Spectator
    We have a problem where the menu location on the Mobile Screen sits right over our logo.  Is there a way to move this? You can see this at  https://fpvlearning.wpengine.com/ Any help would be great. Cheers John  
    #214670
    Ava
    Member
    Hi Please paste the below Custom Css code to Wp-admin > Appearance > Customization > Custom css > publish @media screen and (max-width:414){ #logo { width: 50%; } header #trigger{    right: 0px; } .mooc .topmenu {   margin-right: 25px; } }   Refer to this screenshot: http://prntscr.com/o3v41o
    #215740
    mongrelgear
    Spectator
    Hmm... It didn't work.  See screen shot! https://prnt.sc/o7a9qf
    #215762
    Ava
    Member
    Hi Mongrelgear Okay, first of all, my apologies, it seems there is a slight mistake in the code I shared above. Please paste the below custom code instead of the previous one. This will be going to work just fine.

    @media screen and (max-width:414px){

    #logo {

    width: 50%;

    }

    header #trigger{

       right: 0px;

    }

    .mooc .topmenu {  

    margin-right: 25px;

    }

    }

    #216445
    mongrelgear
    Spectator
    Ahh... Perfect!  Thank you! If you know of anyway to move the login button around, that would be great! I wished I knew more about CSS than I do.  :(  Thank you so much for your help.
    #216455
    Ava
    Member
    Hi Just one question, can you please tell where do you want that login button to be?? refer: http://prntscr.com/o9ctci
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Menu Location’ is closed to new replies.