• Resolved ceol

    (@ceol)


    Hi.
    Is there a way to show standard menu rather than hamburger style menu?
    Gorgeous theme thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @ceol,

    You can find a setting for it in the Customizer, under Theme Options → “Show Primary Menu in the Header”.

    — Anders

    Thread Starter ceol

    (@ceol)

    Thanks a million – I missed that.

    While trying to force show standard menu in mobile view, also trying to have a smaller font-size using this:

    @media (max-width: 10000px) {
    .nav-toggle {display: none !important;}
    .alt-nav-wrapper {display: flex !important;}
    }
    @media (max-width: 768) {
    	.alt-nav a {
    		font-size: .5rem !important;
    	}
    }

    …but no luck. Any help most appreciated. Thanks again

    Thread Starter ceol

    (@ceol)

    …hang on, I forgot the ‘px’ for the max-width sorry…
    Thanks again

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘standard menu’ is closed to new replies.