Advertisement
fauzanjeg

JKIT || Custom Code to Adjust Tab Width in JKit - Tabs widget in Mobile device

Feb 17th, 2025
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* JKIT || Custom Code to Adjust Tab Width in JKit - Tabs widget in Mobile device */
  2. @media (max-width: 767px) {
  3.     .jeg-elementor-kit.jkit-tabs .tab-nav-list .tab-nav {
  4.         width: calc(100% / 4)!important;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement