Hi Abidin,
Thanks for getting back to us.
Unfortunately, I am unable to understand your goal.
Please describe a little bit. A visual representation will help us to understand your issue.
You can upload your screenshot here- https://paste.pics/ and post the screenshot link using this reply box.
Hope to hear from you soon.
Thank You
Change Thumbnail Sizing to 600px (thumbnail_image_width)
Abidin Alkilinc
Hello,
I am stuck by trying to higher the the thumbnail image width.
{
add_theme_support(
‘woocommerce’,
array(
‘thumbnail_image_width’ => 600, // default 300
)
);
}
add_action(‘after_setup_theme’, ‘sdoawesome_wc_setup’);