Hey @pnstaff,
I was able to check the URL.
Please be advised that the Product Gallery is actually a default WooCommerce Gallery. We only styled it a bit to give a Themeco touch. You can also see what it looks like with the WooCommerece demos:
Regretfully what you are trying to achieve is already considered custom development and beyond the scope of our support under our Support Policy. It will require custom coding to be able to add next/previous arrows.
And if you want to display something with this kind of alignment:
You can add this little CSS to override the template default styling:
.woocommerce-variation-add-to-cart span.qty {
margin-right: 55px;
}
.woocommerce-variation-add-to-cart .quantity input[type=number] {
min-width: 179px;
}
a.reset_variations {
margin: 0 15px;
}
The code above serves as an example code. Feel free to modify it when needed. Please note that custom coding is beyond the scope of our support. You will have to maintain any custom coding to make sure that it will still work after any updates or does not create any issues or incompatibility in the future.
How you can get started with the styling?
Using your browser’s Development Tool, you can check the live HTML code and find which CSS selector you need to use or what CSS code has been used to style the page.
Check out this video demonstration:
If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.
Best Regards.