Home › Forums › WoodMart support forum › changing position › Reply To: changing position
March 10, 2018 at 11:22 am
#45097
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.product-image-summary .product-images .labels-rectangular {
top: auto;
left: auto;
right: 0;
bottom: 75px;
max-width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.product-image-summary .labels-rectangular .label-with-img {
margin-bottom: 0;
}
Regards