• Resolved vintage-12

    (@vintage-12)


    I found with this theme the menu will double in height at a certain browser width, just before switching to the mobile version. To fix: add this CSS to your child theme’s stylesheet.

    @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
    display: none !important;
    }
    }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Fixing the responsive menu’ is closed to new replies.