Archived topic
Regarding Sidebar Size
3 replies · Started by Diptesh Das on April 16, 2022
Hey,
i just added a custom widget in sidebar, but it doesn't fit on the sidebar. how can I increase my side width?
Also is there any way to stop showing sidebar in mobile mode?
Hi there,
You can control your sidebar width at customizer > layout > sidebars.
You can use this CSS to hide sidebar on mobile:
@media (max-width: 768px) {
.sidebar {
display: none;
}
}
Thank it's worked.
But one issue happening, I can't able to remove the blank widget.
https://snipboard.io/FMvUf3.jpg
please let me know how I can remove it.
Hi Diptesh,
To confirm, have you removed this Widget in Appearance > Widgets > Right Sidebar? There seems to be an empty WordPress Group Block still present.
Try to remove this and see how it goes.
Kindly let us know. :)