How can I switch off the Top-Sidebar in mobile view / small screens?
Thank you + Happy New Year 2014
Daniel
1 Answers
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 !
Please login or Register to submit your answer