[Support request] Shorten length of sidebar

Home Forums Support [Support request] Shorten length of sidebar

Home Forums Support Shorten length of sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #933795
    Roslyn

    I would like to shorten the total length of the right sidebar, if possible. Is decreasing the top and bottom padding enough to take care of this, or are there any additional steps I can take?

    Thanks!

    #933810
    Leo
    Staff
    Customer Support

    Hi there,

    I would say the best way would be to remove some widgets in there.

    You can certainly remove/decrease the top and bottom padding with this CSS:

    .sidebar.widget-area .widget {
        padding: 0 30px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

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