• Resolved kech17

    (@kech17)


    I have this shortcode in my home page content:

    [featured_products per_page="6" columns="3"]

    Is there a way to change the image sizes of these thumbnails without changing the number of columns?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can turn the theme image cropping off in the theme options > shop settings.
    Then it will show based on your woocommerce settings.

    Is that what you mean?

    Kadence Themes

    Thread Starter kech17

    (@kech17)

    It is what I mean.

    However, I’m able to adjust the image size but the “border” and “Add to Cart” button still spans the original size.

    | – – – | <–border
    | | Img | |
    | | | |
    | |_ _ _| |
    | |
    ————-
    |Add to Cart|
    ————-

    Is there a way to let the border “stick” to the image size?

    Thread Starter kech17

    (@kech17)

    View post on imgur.com

    [Moderator Note: Please ensure that you are embedding links correctly in your posts. Link corrected.]

    Hmm try this, add this css to your custom css box in the theme options:

    .products div.product {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    }

    Kadence Themes

    Thread Starter kech17

    (@kech17)

    That did it.

    Thanks for great support

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured products image size’ is closed to new replies.