Hi gabrielfuentes, thank you for your response. I followed the steps in both links and unfortunately it showed no changes. I went into Customize > WooCommerce > Product Images and selected the options of 1:1 and custom, and changed the values accordingly. After publishing as well as a hard refresh everything stayed the same.
I also added the following code to the functions.php file in my theme:
// Declare WooCommerce support.
add_theme_support( ‘woocommerce’, apply_filters( ‘storefront_woocommerce_args’, array(
‘single_image_width’ => 416,
‘thumbnail_image_width’ => 324,
‘product_grid’ => array(
‘default_columns’ => 3,
‘default_rows’ => 4,
‘min_columns’ => 1,
‘max_columns’ => 6,
‘min_rows’ => 1
)
) ) );
Should I save a backup and remove what is already in the functions.php file?
This is what I currently have in there:
https://i.gyazo.com/f88d39ddf4970e4ed27a5ad747d6d123.png
Can you think of anything else that could be causing this?