I am going out of my BRAIN trying to close up the space between some of my rows :(
Some rows I can get make tight/flush by merely making the bottom margin/padding=0. But some rows/widgets seem to have some random ~10px (ish) below that I can’t get rid of. And it’s only BELOW the rows, not on top, I’ve checked. I’ve moved them up and down, and tried other widgets. I’ve tried everything I can think of in SB to fix, but no dice.
HEADLINE, and HERO are the two I’m noticing that have this problem. Others seem fine.
I used this custom CSS to close it up:
.panel-widget-style {
min-height: 0 !important;
}
.sow-slider-images {
margin-bottom: 0 !important;
}
But it seems odd that I can’t just make things flush w/ the Page Builder controls.
Seriously. I’ve tried EVERYTHING.
Any ideas? Help?
This is a private message.
This is a private message.
Thanks Alex, it’s all set up.
Does my description make sense to you?
Remember…the custom CSS that closes up that gap is in there now. So in order to see the natural extra “padding” you’ll have to remove the custom CSS :)
e
Hi JungleNYC,
Internal Note: Private Snippet
Okay, so the margin is being added by your theme. It does this for a number of widgets oddly enough. Here’s the full CSS in the stylesheet:
I would recommend checking over the above styles for things you’re okay with, and overriding anything else.
Ha. They blamed it on you!
Thanks so much for the detective work.
:)
Hi JungleNYC,
Awkward. Let me know if there’s anything else I can help you with.