Archived topic
tablet view problem
1 reply · Started by Sabbir on August 1, 2019
Viewing posts 1–2 of 2
http://prntscr.com/onaayb. I don't want to use the sidebar in tablet and mobile view. How can I solve this?
thank you
Hi there,
by default the sidebar will stack on Tablet, its the larger tablets that aren't covered. You can use this CSS to adjust for the larger screens:
@media (max-width: 834px) {
#primary, #right-sidebar {
width: 100% !important;
float: none !important;;
}
}
834px should cover the 10" ipad - if you need to cover the 12" then up that to 1024px.
This archived topic is closed to new replies.