Viewing 3 replies - 1 through 3 (of 3 total)
  • Will Brubaker

    (@willthewebmechanic)

    Automattic Happiness Engineer

    Howdy,

    I’m not 100% sure about this, but you might try:

    Navigate to WooCommerce -> Settings
    Click the ‘Products’ tab
    Set the Product thumbnails to a size that you want
    Click ‘Save Changes’

    You may need to regenerate your thumbnails to an appropriate size for that to work.

    see screenshot: https://cl.ly/image/3Z0s3o052r24

    Good luck. Hope that helps.

    Re the second part of the question, its necessary to examine the markup using browser tools to be able to come up with some custom css, so please can you post the page url.

    Thread Starter Alison

    (@anonymical7)

    Thanks guys, I just solved it on my own!…. In my CSS area I added this. In case anyone out there needed to adjust your woocommerce thumb size in a smaller way and push the text further below. I know its rudimentary, but it worked!

    .woocommerce.widget_products ul.product_list_widget li a img{
    	float:none;
    	margin:0px 154px 0px 0px;
    	width:65px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make thumbnail smaller and adjust text.’ is closed to new replies.