Archived topic
Can we hide left panel on mobile?
3 replies · Started by Data on April 27, 2020
Viewing posts 1–4 of 4
I am using WordSmith theme. Can we hide the left panel on mobile? Currently, the left panel is showing at the bottom of the page on mobile version.
Hi there,
try adding this CSS:
@media (max-width: 768px) {
#left-sidebar {
display: none;
}
}
where to add this?
This archived topic is closed to new replies.