Positioning button on mobile only

Home Forums Pro Support Positioning button on mobile only

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

    How do you adjust the positioning of the menu button for mobile only. I am happy with the positioning on desktop, but on mobile I need to move the button further to the left and further down from the top

    #70053
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    Welcome to Responsive Menu Pro Support forum. Hope you are doing good.

    Sorry, but setting different positions on Mobile and desktop isn’t possible.

    Kind regards,
    Kriti

    #70054

    Is using CSS possible to do this? If so, please could you advise what the code should be? Many thanks

    #70055

    To anyone following this thread with the same issue, I downloaded WP Mobile Menu and disabled for desktop, I was then able to copy the same style as the Responsive Menu and position it correctly for mobile devices

    #70063
    Suraj SinghSuraj Singh
    Keymaster

    Hello

    Can you send me CSS that you copied?

    And for positioning your menu button-down from the top(only for mobile) then you can use this below CSS selector.
    with given properties.

    
    @media screen and (max-width: 600px) {
      button#responsive-menu-pro-button {
         top: keep value here;
      }
    }
    

    Note:-
    1. Add keep value here that much you required.
    2. You can change this max-width: 600px with your mobile max responsive size.

    Best Regards,
    Suraj

    • This reply was modified 4 years, 2 months ago by Suraj SinghSuraj Singh.
    • This reply was modified 4 years, 2 months ago by Suraj SinghSuraj Singh.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Positioning button on mobile only’ is closed to new replies.