Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #128328
    Genius
    Participant

    Hello,

    i use the Clean Journal Pro Theme,
    in the theme instructions i found this point:

    Go to “Appearance => Customize => Theme Options => Responsive Options”
    Check option “Check to disable responsive style”
    Finally, click on “Save & Publish”

    But i have only the option to disable footer mobile menu.

    My problem is that i don’t want the hamburger menu (the 3 bars), i will see the full navigation also in the mobile version.

    How can i realize that?

    Thanks a lot.

    #128331
    tikaram
    Keymaster

    @genius : The theme instructions needs to be corrected. This options is not available on this theme. To disable the hamburger menu. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (max-width: 990px) {
    .nav-header-top {
    	display: block;
    }
    .mobile-menu-anchor {
    	display: none;
    }
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Disable Responsive Style is not available’ is closed to new replies.