Home Forums WoodMart support forum keep size guide in a line with Compare, Add to wishlist on iphone x Reply To: keep size guide in a line with Compare, Add to wishlist on iphone x

#172715

Hello,

I saw the screenshot you attached. Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for Mobile section:

.single-product .summary-inner>.wd-action-btn {
    margin-right: 15px;
}

I hope your issue will be solved.

Best Regards.