[Support request] Regarding Sidebar Size

Home Forums Support [Support request] Regarding Sidebar Size

Home Forums Support Regarding Sidebar Size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2190875
    Diptesh Das

    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?

    #2190977
    Ying
    Staff
    Customer Support

    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;
        }
    }
    #2199030
    Diptesh Das

    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.

    #2199036
    Fernando
    Customer Support

    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. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.