Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1144018

    In my Enfold Woo commerce Shop archive, column number is set to 3 & images are square, however there seems to be a lot of white space between the columns.
    I would like to reduce this space by increasing the size of the thumbnails & have tried doing this via Dashboard > appearance > customise > Woo commerce > Product images (& clearing cache each time) but it doesn’t seem to make any difference.
    I’ve also installed Simple Image Size plugin but again changing thumbnail sizes / regenerating thumbnails doesn’t seem to have an effect on the Shop Product Archive image size. Any suggestions?

    Thanks

    #1145053

    Hey Haycreations,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.woocommerce .thumbnail_container img {
        width: 250px;
        height: 250px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1145190

    Thanks Victoria – all fixed.

    Kind Regards
    Mel

    #1145260

    Hi Mel,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1145262

    Hi Rikard,
    You can close it, thanks
    Kind Regards
    Mel

    #1145324

    Hi Mel,

    Glad we could help :)

    We are closing this one.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Increase Thumbnail Size of WooCommerce Shop Product Archive’ is closed to new replies.