#426
ThemeofWP
Keymaster

Hi, please add these in to your style.css

[code title=””].woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
margin-bottom: 2em;
text-align: center;
}
}[/code]

also add this:

[code title=””].woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
display: inline;
height: auto;
text-align: center;
transition: all 0.2s ease-in-out 0s;
width: auto;
}[/code]

Maybe you can change the text-align: center; to text-align: right;