Daniel Albrecht
asked 10 years ago

How can I switch off the Top-Sidebar in mobile view / small screens?
Thank you + Happy New Year 2014
Daniel

1 Answers
DominicStaff
answered 10 years ago

Hi Daniel,
To hide top sidebar on the Mobile screens. Please log in to Dashboard > Appearance > Editor > open the style.css file then add the following code.


@media (max-width: 480px) {   
.tinynav {
    display: none !important;
}
}

Hope this helps !

Powered by DW Question & Answer Pro