Hello, I have tab titles with different lengths, is it possible to expand the space for the titles in order to get a nicer design?
I send the link to the page below.
Thanks in advance!
Hey ftt123,
Thank you for the inquiry.
You can use this css code to adjust the width of the tab section title container.
.av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image {
width: 200px;
}
Default width is 90px.
Best regards,
Ismael
Thanks Ismael, it works!!