DIsable sidebar on mobile menu
-
Hi there,
I ‘m using the Ohio theme by themeforest
I have an instagram feed widget in my right sidebar which I do not want t display on mobile
Unfortunately the theme- even though is premium – doesn’t seem to have this option easily available .
So I’m thinking about adding custom css in the custmizer but I ‘m unsure about the code to insert.
I went through the forum and found the following which seem like a good start but doesn’t seem to specify that I want to display none of the sidebar on mobile only….
@media (max-width: 768px) {
.sidebar-main {
display: none;
}
}Can anyone please provide me the correct code to insert or an alternative solution.
The page I need help with: [log in to see the link]
- The topic ‘DIsable sidebar on mobile menu’ is closed to new replies.