Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1425258

    on the page at

    I need to adjust the tab width and the font size in the heading

    I inspected the page and found this CSS which I have adjusted but its not applying
    .av-inner-tab-title {
    text-transform: none;
    display: block;
    line-height: 1.2em;
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 18px;
    text-align: center;
    !important;
    }

    I also want to adjust the width of the tabs so that the title wording is able to be in one line
    can you help out here too please?

    #1425271

    I worked it out myself ;-)

    .av-inner-tab-title {
    font-size: 20px;
    }
    .av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image {
    width: 200px;
    }

    #1425287

    Hi,

    Great, I’m glad that you found a solution, and thanks for sharing. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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