Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #67845
    champac
    Participant

    Hi.
    I just install WP Responsive Menu Plugin and i want to hide the main menu on the main page of my mobile site (The 3 bars icons menu). Is there a way to do that without make disapear the Plugin menu ?

    Thanks a lot.

    #67849
    Sakin
    Keymaster

    @champac: To hide that, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {
    	.mobile-menu-anchor { display: none; }
    }
    #67851
    champac
    Participant

    It’s working great but after the menu icons disappear, my Logo is not center anymore, he is too much at the left of the screen on my phone…
    What can i do ?
    Thanks a lot !!

    #67852
    Sakin
    Keymaster

    @champac: Please post in your site URL and then I can check in.

    #67854
    champac
    Participant

    It’s the same thing for my Web site Title…

    #67856
    champac
    Participant

    http://24.37.224.51/

    It’s ok on desktop but not on phone or tablet.
    Thanks !

    #67857
    Sakin
    Keymaster

    @champac: Yes, for that I need to check your site and then only I can send you custom css.

    #67858
    champac
    Participant

    http://24.37.224.51/

    I will wait for your custom css.
    Thank again.

    #67859
    Sakin
    Keymaster

    @champac: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {
        .mobile-menu-one #site-branding { padding: 0; width: 100%; }
    }
    #67860
    champac
    Participant

    Wow !
    Your a king !!
    Thank again ! Super service !!

    #67861
    Sakin
    Keymaster

    @champac: Thanks for your appreciation and if you like my support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform

    Have a nice weekend. Cheers 🙂

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Hide menu in mobile site’ is closed to new replies.