Home › Forums › WoodMart support forum › About brand product tab – section dividers full width › Reply To: About brand product tab – section dividers full width
September 20, 2017 at 7:18 am
#19851
Artem Temos
Keymaster
Try to add the following code snippet to the Custom JS area in Theme Settings to fix this issue.
jQuery('.tabs > li').click(function() {
setTimeout(function(){
vc_rowBehaviour();
},10);
});