Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1420842

    Hi, How would I make my titles for the tab sections spaced out better? I made the fonts larger and things are overlapping

    #1420854

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.