Vertical gaps between rows, when using WPBakery
-
Hello, I’m trying to figure out, how to get rid of vertical gaps between rows, any hint would be really appreciated, thanks.
I’ve already tried all the combinations offered by WPBakery. And added this to CSS of the page, but it seems to be some error, and I am struggling to understand what’s wrong:
.page-id-7843 .main-content {
padding-top: 0px; !important;
}.page-id-7843 .vc_custom_1632863516175 {
background-position: top !important;
}.vc_row {
margin-top: 0 !important;
margin-bottom: 0 !important;
}I read somewhere, that it has to do with margin collapses, when the parent div takes on a child margin. And the only workaround is setting the padding to parent div.
But unfortunately, I have no idea how to write a correct CSS, could somebody please help me? Thanks.The page I need help with: [log in to see the link]
The topic ‘Vertical gaps between rows, when using WPBakery’ is closed to new replies.