Archived topic
Sidebar is set up for blog posts but isn't displaying
7 replies · Started by Monkeys and Mountains on September 19, 2019
I have a sidebar set up for my blog post pages but it's not displaying on any of them. How do I fix this?
Thanks
Hi there,
I see this CSS added somewhere:
#right-sidebar {
display: none;
}
Can't see the source as you have Autoptimize activated.
Let me know if this helps :)
Ah, very strange. Don't know why my developer did that. It worked thank you. But now there is no spacing between the widgets. There's padding and I also added the CSS found here: https://generatepress.com/forums/topic/sidebar-spacing/.
Please advise. Thanks for your help!
Hi there,
if you can remove that CSS, and then disable the lazyload plugin. Then let us know.
Hi, CSS removed and lazyload plugin disabled. Please let me know as soon as you can since my site is super slow without the lazyload plugin.
Thanks
Give this CSS a shot:
.sidebar img {
margin-bottom: 5px !important;
}
Worked perfectly, thank you!
No problem :)