Archived topic
How to remove right sidebar in mobile?
1 reply · Started by andres on October 5, 2019
Viewing posts 1–2 of 2
How to remove right sidebar in mobile?
Hi there,
add this CSS:
@media (max-width: 768px) {
#right-sidebar {
display: none;
}
}
This archived topic is closed to new replies.