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!!
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
thanks a lot! any ideas of how to get the title centred again?
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
thanks, world perfectly..