• Hi There,

    I was just wondering is there an option to increase the default size of the product thumbnails for child products? I do not see an option in the admin panel to do it.

    Thanks in advance !

    Regards,
    wjyeshealth.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @wjyeshealth

    You can add below CSS code to WP-Admin → Appearance → Customizer → Additional CSS:

    .woosb-products .woosb-product .woosb-thumb {
        width: 130px;
    }
    
    .woosb-products .woosb-product .woosb-thumb img {
        width: 120px;
        max-width: 120px;
        height: auto;
    }

    And the result https://prnt.sc/sqx2zk

    Thread Starter wjyeshealth

    (@wjyeshealth)

    Hi @wpclever,

    Thanks ! That works.

    Your help is much appreciated ??

    Regards,
    Wen Jun.

    Thread Starter wjyeshealth

    (@wjyeshealth)

    Hi @wpclever ,

    Sorry had to reopen back this thread, I have another question pertaining this. Is it possible to make the thumbnail picture rounded too with CSS ? Instead of Squares. Here is an example:
    Rounded Picture

    If so, how can this be achieved ?

    Thanks !

    Regards,
    Wen Jun.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjusting Product Thumbnail Size’ is closed to new replies.