Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1258191

    Hey Team

    With the following code, I managed to increase the images. however, now they are with a bad resolution, because it still uses the thumbnail (180×180 I guess. where can I change the source and define that it should take 200×200 ?

    .av-tab-section-image {
    width: 120px;
    height: 120px;
    }

    Also, the titles are not centred anyomore. any suggestion?

    Many thanks in advance!!

    #1258255

    Hi,

    You can use a plugin such as this one – https://wordpress.org/plugins/simple-image-sizes/ and change the size of “square” images to 200x200px and regenerate them :)

    Regards,
    Yigit

    #1260742

    thanks a lot! any ideas of how to get the title centred again?

    #1260745

    Hi,

    Please try adding following code to bottom of Quick CSS field

    .av-tab-with-image .av-inner-tab-title {
        display: block;
        width: 100%;
    }

    Best regards,
    Yigit

    #1261223

    thanks, world perfectly..

    #1261250

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Resize of Tab Section Images’ is closed to new replies.