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?
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;
}