Disable Mobile Menu

How can I disable the white mobile menu. Im using the Superfly Menu the black menu in the pic. I also would like to make some space at the top its cutting off the social tabs how can I fix this space issue?

Hi there,

Please add this code in X > Theme Options > CSS:

.x-btn-navbar, .x-btn-navbar.collapsed {
    display: none;
}

Hope this helps.

yes that did turn off the menu thanks. Im still having a issue with the social icons getting cut off. how can I fix this?

Hi there,

Please add this code in as well:

@media (max-width: 767px) {
    .x-topbar {
        margin-top: 65px;
    }
}

Hope this helps.

This worked Thanks

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.