im looking to move the variant sizing next to the amount price in the cart drawer for mobile and desktop on dawn theme
password samurai
A user wants to reposition the size variant display in their Dawn theme cart drawer, moving it next to the price for both mobile and desktop views.
Proposed Solution:
td.cart-item__details and dl .product-option elementsStatus:
A solution has been provided with CSS code and visual examples showing the before/after result. The discussion appears resolved pending user confirmation that the implementation works as intended.
im looking to move the variant sizing next to the amount price in the cart drawer for mobile and desktop on dawn theme
password samurai
Dear @undercoverfresh ,
Thank you for your question. After reviewing your store, please kindly enter the following code into the Custom CSS section of your theme to adjust the position of the size variant according to your preference:
td.cart-item__details {
position: relative;
}
dl .product-option {
position: absolute;
left: 70px;
top: 41px;
}
And you should have the result as below:
I hope you find my answer helpful!
Best regards,
Liz.