This topic has 2 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
Hi somehow the size of the tabs are not equal width. i cant change it https://gyazo.com/282da347d0ded24498fc9af5482ea2ad any idea how to make it equal width for both 3 tabs? one is 198px the second 166px and the third 158px.
thanks in advance.
Hello,
This situation is caused by the length of titles there. There tabs element is a default one, so our theme doesn’t affect it.
You can use this custom css code:
.vc_tta-tab {
min-width: 200px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up