• Hello, I’m trying to figure out, how to get rid of vertical gaps between rows, any hint would be really appreciated, thanks.

    Screen:
    https://i.ibb.co/KwMynBk/GAPS-trouble.jpg

    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]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Since that is a commercial plugin, we ask that you please go to their official support channel, so you can get support from the people who know it best: https://support.wpbakery.com/

    Forum volunteers are not given access to commercial products, so they would not know why it is not working properly. Other community members who may have faced your issue might be able to help you but your best bet is your product’s developer. Keep in mind we encourage you to use the official support venues, as it allows the developers to be aware of issues with their code and gives back to the community in a more robust way.

    Thread Starter nffox

    (@nffox)

    Thank you, James.

    Thread Starter nffox

    (@nffox)

    It seems I don’t have a license, because it came with a theme… So, could you please mark this question as unsolved? The problem is we can’t afford a license, been a non-profit project. Thanks.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Ah, in that case, the theme’s support should be able to assist with this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Vertical gaps between rows, when using WPBakery’ is closed to new replies.