Reducing vertical space between widgets on individual blog posts

This topic has 2 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler

  • Avatar: brentas
    brentas
    Participant
    November 27, 2017 at 18:26

    Hello,

    I was able to reduce the space between the widgets on the home page with the custom CSS `.sidebar .widget-container {
    margin-bottom: 10px;
    }`

    But the vertical space between the widgets on individual blog posts still remains too large. Can you help me reduce the padding between these widget elements?

    Thanks.

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2017 at 08:50

    Hello,

    You may change the previous code to:

    .sidebar .sidebar-widget, sidebar .widget-container {
         margin-bottom: 10px;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.