Sidebar spacing under search bar and next widget

Hey folks. I’m using the integrity stack. I had some help with my sidebar previously to achieve a certain look. This is the css I am currently using.I was using a boxed layout but I switched back to full. Not sure if I need this anymore.

.x-sidebar .h-widget {
border: 1px solid rgb(180, 37, 99);
font-size: 16px;
padding: 6px 8px;
}

I have this wide gap of space between my search bar widget and my next widget, which is a global block using custom html.

Hey there,

Thanks for writing in! In your global block element there is a top and bottom padding set in your first section, just edit your global block and remove the padding from your section.

Hope this helps!

ahhh will give that a look. Thank you very much.

You are most welcome. :slight_smile:

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