Hi:
I’ve seen this question asked a few times, but haven’t found and answer. My client wants the circular tab images to be larger, maybe double the size (there is plenty of room). Is this possible?
See this page – there are 4 tabs in the middle of the page showing differnet pool surfaces:
Hey Eleina_Shinn,
Thank you for your patience, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (min-width: 1023px) {
#main .av-inner-tab-title,
#main .av-tab-section-icon,
#main .av-tab-arrow-container,
#main .av-tab-section-image {
width: 190px;
}
#main .av-tab-section-image {
height: 190px;
}
}
Best regards,
Mike
That worked, I forgot to tell you, thank you so much!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike