Hi,
I’d like to increase the image size of the tabs (page link in private section) to e.g. 300×300.
Hey elvirais,
The image is only 180 pixels wide, so maybe that would be a better size? Please try this in Quick CSS:
.av-tab-section-image {
width: 180px !important;
}
Best regards,
Rikard
Hi, thanks. The image I uploaded was larger, but I think the theme resizes it for the tabs to a max of 180?
E.g. http://www.adadoredesign.com/wp-content/uploads/2018/02/Italy_button.png and http://www.adadoredesign.com/wp-content/uploads/2018/02/Belgium_button.png are both larger (400×400).
Hi,
Can you try to edit this line of code in functions.php (line 156):
$avia_config['imgSize']['square'] = array('width'=>300, 'height'=>300);
then try to upload again, let us know if this helps.
Best regards,
Nikko
It changed the size of the images (as you see when you right click – view image) but it didn’t change the size of their display yet.
Hi,
Try adding this css code in Quick CSS:
#top .av-tab-section-image {
width: 300px !important;
}
Let us know if this helps.
Best regards,
Nikko
That worked perfectly. Thanks a lot for the support!
Hi,
I’m glad Nikko was able to help you. If you need addtional help, please let us know here in the forums.
Best regards,
Jordan Shannon