Archived topic
Disable sidebar on mobile
3 replies · Started by Anna De Simone on October 8, 2019
Hi,
i just want to disable the sidebar on mobile website.
I find this code:
@media (max-width: 768px) {
#right-sidebar {
display: none;
}
}
I added it in mobile css file but don't work :)
Thanks for your help
Hi there,
It's really bad to add CSS to the theme's core files like this.
Can you remove that and add it using the Additional CSS field in the customizer?
Let me know :)
always save the original css before editing! :)
Yes, i added it in Additional CSS and the sidebar the sidebar has disappeared, thanks you Leo!
No problem :)