Visual Composer Column Spacing Error

I have a problem with a very small and thin line appearing between columns!

While resizing the browser the line / very small spacing jumps between the right and left column in a 3-column row so for me it look’s like a Question of the javascript that is responsible for resizing?

What can I do here?

Already had contact with support of visual composer - they asked for deactivating all other plugins - so i did on staging but the problem still exists.

Greetings from Germany,
Felix

Hi Felix,

Thank you for writing in but I can’t replicate this issue on my end, please try doing a hard refresh after you resize your browser, and clear your browser’s cache.

Cheers!

Did you try to replicate the problem with using a Big-Screen (iMac 27 on my Side)?
I see it just with Chrome --> Safari + Firefox is working!
Resizing help’s to see the problem jumping

Hey Felix,

This looks like a bug in Visual Composer. Would you mind replicating your setup in a dummy site using a different theme and see if the issue persists? This is because, though I’ll show you what’t causing the issue, this must be addressed by the right party or the party responsible for the code which in this case is WPBakery.

Below is the code that causes this issue. Changing the padding top to 60px seems to fix the issue as you can see in the screencast in the secure note.

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 35px;
}

Thanks.

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