Archived topic
Hide Widget on Mobile
1 reply · Started by Doğukan on July 12, 2022
There is a podcast area in the widget section of my website and I want to hide it on mobile. Thanks to you, I found the css codes, I hidden the relevant widget on mobile with Generateblocks, but the codes continue to appear in tools like Pagespeed Insights. Can you help with this?
@media (max-width: 768px) {
#right-sidebar {
display: none;
}
}
Hi there,
1. If you have removed this CSS from your site, the CSS should not appear unless it's cached, so make sure the cache is cleared.
2. If clearing cache doesn't work, can you link us to your site where we can see the right sidebar?