Product page tabs format breaking after switching between tabs
-
Hi,
format on the first tab appears find when the page is loaded but after switching back form the third tab back to the first, format breaks, please see attached screenshots.
This is happening after recent updates
let me know if you need further explanation
cheers,
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom JS on document ready area in Theme Settings to fix this issue.
jQuery('.tabs > li').click(function() {
setTimeout(function(){
vc_rowBehaviour();
},10);
});
Regards
working with that code,
cheers
If you have any questions please feel free to contact us.
Best Regards