Any way to make these icons larger in the tab section but still have this plugin function correctly…
Hey mcraig77,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-41 #av-tab-section-1 .av-tab-section-image {
width: 149px;
}
Hope this helps :)
Best regards,
Nikko
Ahoy, That seems to make the images larger but now the text and around are not aligned correctly.
Please Advise
Hi,
Try adding this css code:
.page-id-41 #av-tab-section-1 .av-inner-tab-title {
width: 149px;
}
Let us know if this helps :)
Best regards,
Nikko
That works. I just noticed the arrow is off…. How do I make that center aligned?
Hi,
Please add this code as well:
.page-id-41 #services .av-tab-arrow-container {
width: 149px;
}
Best regards,
Sarah