Archived topic
I cant get rid of my widgets on mobile.
3 replies · Started by Kevin on April 2, 2021
Hi, My layout includes a right sidebar with 3 widgets.
It's on the homepage and every post.
On mobile it's it appears at the end of the scroll, which is fine on the homepage, but I want to remove it from the posts.
How do I do this? I cant figure it out.
Cheers
Kevin
http://www.wildlifeartstore.com
Hi Kevin,
Try this CSS:
@media (max-width: 768px) {
.single-post #right-sidebar {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
All done. I used the plugin. Thank you.
No problem :)