New Landing › How can we help? › Atelier › Shop page on mobile fix alignment
Hi,
I have used the custom css to have the Add to cart + Select Quantity. But when the shop page loads on mobile, the select quantity arrows appear distorted behind the product. How can I align it near the numbers and Add to cart button? Thank You
Hi, Please use this custom css code:-
@media screen and (max-width:479px) { .woocommerce .quantity .qty-adjust { bottom: 104px !important; right: 51px !important; } }
Thanks Mohammad
Hi, Please remove the last code and use this new code:-
@media screen and (max-width:767px) { .woocommerce .quantity .qty-adjust { bottom: 104px !important; right: 51px !important; } }
Still the same issue with the line showing in the center.
Hi, Please provide me login detail to check and resolve the issue. Thanks Mohammad
Hi, Please provide me Authorization code also. Thanks Mohammad
Hi, I have managed to resolve the issue so please check it now. Thanks Mohammad
@media screen and (max-width:479px) { .home .inner-page-wrap { margin-top: -135px !important; } }
Thank YOU!
You must be logged in and have valid license to reply to this topic.