Enable sticky column no longer works in WP Bakery after updating the theme.
-
After updating the theme, the Equal Height and Enable sticky column functions no longer work. The areas are no longer scrolled down with the edge of the screen. Please help me or apply a patch that fixes the problem. Thank you.
Attachments:
You must be
logged in to view attached files.
WP Bakery Version 8.7.1
Woodmart Version 8.3.3
Hello,
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
.vc_row-o-equal-height .wpb_wrapper {
height: auto;
}
Kind Regards
Thank you. That works. Will you be releasing a patch for this? I have a few more Woodmart sites for my clients, and they all have the same problem.