Hello
how to move the swatch image option position
there’s no option to change the position on the setting.
thanks
plugin name : WooCommerce Variation Swatches And Additional Gallery
Hello
how to move the swatch image option position
there’s no option to change the position on the setting.
thanks
plugin name : WooCommerce Variation Swatches And Additional Gallery
Viewing 4 replies - 1 through 4 (of 4 total)
hello
sorry just replied
please check my product https://wearekosame.com/shop-kosame/le-special/
thanks
Hello,
Is it resolved now? I have not received any response.
Thank You
Hello,
Can you please share whole page screenshot and link to the page.
Your product page is supposed to look something like this – here
This product page is made with our plugin.
Share the link to your product page, then i will be able to help you.
Thank You.
Viewing 4 replies - 1 through 4 (of 4 total)
Hello,
I can see the page and customization you are looking for.
From frontend i can see that you are using some theme with class name
#qodef-woo-page.qodef–single form.cart .variations
that is responsible for designing the product page.
This can be done by customizing below css lines.
#qodef-woo-page.qodef–single form.cart .variations {
;
}
You will find this CSS in your theme. Customize this as per your requirement. Adjusting the width will do the work.
Note – Apply the updated changes into Child theme or a snippet.
Thank You