Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1313312

    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:

    #1313709

    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

    #1321467

    That worked, I forgot to tell you, thank you so much!

    #1321469

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Make Tab Section Images Larger & Remain Circular’ is closed to new replies.