Adjust (Reduce) Spacing Between Widget Content in Sidebars

Hello,

I’ve added content to a few sidebars but the default spacing is too much. How can I reduce / adjust the spacing between widgets in the sidebar? (Screenshots included.)

Example: Opportunity sidebar
Page: https://learningcycle.freeman.com/ofbd/opportunity

Note: one widget I’m using is for an Essential Grid. I’ve tried inserting the shortcode instead of using the EG widget, but then the grid gets cut off on the right side when I use the shortcode.

Hi there,

The login details you have provided doesn’t seem to work but kindly try to add this code in the custom css:

.x-sidebar .widget {
    margin-top: 1em;
}

Hope this helps.

Sorry about that, Jade!

Your fix worked. Much appreciated. :blush:

Glad to hear it worked and you’re welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.