Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #147307
    dave Hart
    Participant

    Hi,
    I’m having issues with the menu not toggling to hamburger on tablet/ipad in portrait mode. It looks correct in the WordPress tablet view in the “Customize” window, but not on iPads. Thus menus don’t work. iPhone looks fine.
    Please help!

    Site is http://www.hartmusic.com

    Thanks

    #147334
    Skandha
    Participant

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

    @media screen and (max-width:1025px) {
    	.main-navigation li {
    		display:unset !important;
    	}	
    
    	.menu-toggle-wrapper {
    		display:block !important;
    	}
    }

    Let me know if this works out.
    Also you seem to be using an old version of the theme. Please update your theme to the latest version to make the best use it.
    Kind Regards,
    Skandha

    #147392
    dave Hart
    Participant

    Hi Skandha,

    Although it did toggle the screen at 1040, it caused other problems. The menu was defaulting to open rather than the 3 (hamburger) lines, and the submenus still didn’t work and were out of alignment.

    Also, I received this email from Sangeeta:

    Hi Dave,

    Right now the Fotografie Pro mobile menu is visible only in screen resolution 768px and below. For other it will show desktop menu. Since, ipad screen is more then 768px, that’s why it’s not showing mobile menu.

    In next version, we are raising screen resolution to 1024px. So, please wait for few days.


    Regards,
    Sangeeta Karmacharya
    Sales Manager
    Catch Themes
    http://catchthemes.com

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fotografie Pro hamburger menu toggle’ is closed to new replies.