Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #829649

    Dear team

    is there any chance to increase or adjust the pictures used in the new tab section?
    As I can see the tabs use picture size 180×180

    I adjusted the width up to 260px for each tab and used some other quick CSS hacks.
    How do I change the pictures?

    Regards
    Thomas

    #829971

    Hey netfex,

    I have checked the link and it seems you have already done it. Let us know if you need more assistance. :)

    Best regards,
    Nikko

    #830043

    Hi Nikko

    as said I need to adjust the prictures… the tabs use the picture size 180×180. I adjusted the tab size to 260px which means that the pictures have a bad quality.
    How can I adjust the “source of the pictures”? need to have at least 300×300 or higher

    Regards
    Thomas

    #830087

    Hi,

    Try to install https://wordpress.org/plugins/simple-image-sizes/ and go to Settings > Media, change square size to 260 x 260px and regenerate the thumbnail. Hope this helps.

    Best regards,
    Nikko

    #832512

    Hello,

    Above you say: “I have checked the link and it seems you have already done it. Let us know if you need more assistance. :)”

    Could please post the code to show how this is done?

    #833089

    Hi,

    I think he has added this css code in Quick CSS:

    .av-tab-section-image {
        width: 260px !important;
    }

    Best regards,
    Nikko

    #833911

    Sorry for the late reply. I added this code to the Quick CSS section:

    .av-tab-section-image {
    width: 260px !important;
    }

    .av-tab-arrow-container {
    width: 260px !important;
    }

    .av-inner-tab-title {
    width: 260px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    }

    #833963

    Thank you both!

    #834595

    Hi bluelotus,

    Glad you got some help :-)

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.