Home › Forums › WoodMart support forum › changing position changing position This topic has 1 reply, 2 voices, and was last updated 7 years, 1 month ago by Bogdan Donovan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 10, 2018 at 10:56 am #45087 colorlinkParticipant hi! thank you for the great work which you have done to this theme. i have one question .. i need to change placement of these to the location shown in image can you kindly and please tell me how to do that .. please http://prntscr.com/ip94lo thanks March 10, 2018 at 11:22 am #45097 Bogdan DonovanKeymaster 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register