Visual Composer tabs CSS effect
-
Hi team,
In https://demo.xtemos.com/basel/faqs/#Privacy-FAQ there is a Visual Composer Tabs:
SALE / TERMS & CONDITIONS / PRIVACY / POLICY
How can I remove the jump effect that occurs when switching from tab to tab?
Thank you.
Hello,
We just tested that page and didn’t notice any “jump effect”. Could you please record some video how it works for you? You can use Gyazo tool to do this.
Regards
Hi, I’m talking about this ¿CSS effect? Attached video.
Sorry for my english.
Sorry, you can’t attach a video here. Try to upload it to some cloud service like Google Drive and send us a link.
Hello,
Please add this CSS to Theme Settings > Custom CSS
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-sand-transform: none;
-o-transform: none;
transform: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
Best Regards
You are always welcome! If you have any questions feel free to contact
Best Regards
The topic ‘Visual Composer tabs CSS effect’ is closed to new replies.