• Very crisp and intuitive layout.
    Only problem is loading a page with an #anchorID scrolls past the id’d anchor and makes the target content invisible underneath the main menu.
    I couldn’t find any option to auto-hide the main menu under these circumstances, nor any option to auto-hide the main menu at all.
    If you know of a solution, it would be great to know.
    Thank you,
    Sean

Viewing 1 replies (of 1 total)
  • Theme Author WPZOOM

    (@wpzoom)

    Hi @sgowp

    You can quickly fix this problem by removing the sticky feature from the menu.

    You can do it by adding this CSS code in the Customizer > Additional CSS:

    @media screen and (min-width: 48em) {
        .site-header.headroom--not-top {
            position: relative;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Easy to setup and get running.’ is closed to new replies.