Hi, How would I make my titles for the tab sections spaced out better? I made the fonts larger and things are overlapping
Hey Purepraxis,
Thank you for the inquiry.
You can add this css code to adjust the width of the tab titles but it might push the other items to the next line.
.av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image {
width: auto;
}
Default width is 90px.
Best regards,
Ismael