I have increased the size of the font for Tab Sections and its working great except that the Arrow beneath is a little small and no longer centered. It seems to be aligned too far to the left. I can not figure out how to center this under the titles.
Hey Kyle,
Please try the following in Quick CSS under Enfold->General Styling:
.av-tab-arrow-container {
width: 300px;
}
.avia_transform .av-tab-arrow-container span {
left: 170px;
}
Best regards,
Rikard
works perfectly, thanks!