Archived topic
Navigation shows at width 768px after diabled
5 replies · Started by Gerik on April 26, 2016
I disabled all elements but if I resize the window to less than 768px the "slider" menu, navigation, and logo shows.
Hi there,
Can you link me to a page where this is happening? The Disable Elements may need an update.
click on position size calculator on top navigation.
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;
}
}
add it to the bug list!
I wonder if it should only be disabled if both the header and navigation options are set to disable?
