Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #137485
    FREDERIC
    Participant

    Hi,

    My webste fredericvoyage.fr works fine in desktop but I have 2 little problems on tablet and mobile:

    1. I have 2 menus display
    2. I can’t see all the menu

    In another way, I have some difficulty about find a plugin for a carrousel (with pictures on Internet and not inside the library: Important) and display the picyture on the click n a box and not in a new window.
    You can see the page “About” created with Carousel Slider

    Thanks a lot for yor help
    Frederic

    #137513
    stacey
    Participant

    I am a new premium customer for Higher Ed Pro. I have a few issues but to start – my MENU does not drop down on mobile devices (is unresponsive). Its dead/not active. I have tried everything.

    Thank you in advance

    #137516
    Skandha
    Participant

    @frederic: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    To remove the extra menu icon on mobile phones and tablet

    #mobile-primary-menu {
    	display:none;
    }

    To display all your menu items in mobile phones and tablet

    @media screen and (max-width:960px) {
    	#fixed-header-top {
    	    height:500px;
    	    overflow:auto;
    	}
    }

    This should make the menu scrollable.

    For the image gallery on the about page you will need to find a suitable plugin from the wordpress plugin repository.

    Let me know if this solves your issue.
    Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Double menu on mobile/tablet’ is closed to new replies.