Custom CSS Settings
Open the Admin Bar of your site and follow WooCommerce→ Product Preview→ Custom CSS/JavaScript.
Add this CSS to the field “Custom CSS”:
.berocket_preview_content .thumbnails a.zoom
{
display: inline-block;
width: 25%;
}
.berocket_preview_content .images
{
width:25%;
float:left;
}
