Navigation shows at width 768px after diabled

Home Forums Support Navigation shows at width 768px after diabled

Home Forums Support Navigation shows at width 768px after diabled

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #189607
    Gerik

    I disabled all elements but if I resize the window to less than 768px the “slider” menu, navigation, and logo shows.

    #189674
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you link me to a page where this is happening? The Disable Elements may need an update.

    #194888
    Gerik

    https://chartyourtrade.com/

    click on position size calculator on top navigation.

    #194956
    Tom
    Lead Developer
    Lead Developer

    Can you install this plugin?: https://wordpress.org/plugins/simple-css/

    Then on that page in the back-end, add this into the Simple CSS metabox:

    @media (max-width: 768px) {
        .mobile-header-navigation {
            display: none;
        }
    }
    #194989
    Gerik

    add it to the bug list!

    #195016
    Tom
    Lead Developer
    Lead Developer

    I wonder if it should only be disabled if both the header and navigation options are set to disable?

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.