Archived topic
Hide sidebars on mobile
1 reply · Started by Pranav on June 17, 2020
Viewing posts 1–2 of 2
Hello,
I want to hide both sidebars in the tablet & mobile view. How can I do this?
Hi there,
Try this CSS:
@media (max-width: 768px) {
.sidebar {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.