product bottom margin on mobile
-
There is margin-bottom: 20px on mobile products
I added the following code
@media (max-width: 768px)
.wd-add-btn {
margin-bottom: 0px !important;
}
but it doesn’t remove the margin. what am i missing?
Hello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
I’d love if I could edit or delete my replies. Take this as a feedback
I changed the password and added the details in the private area
Hello,
Please provide a relevant screenshot where the margin is to check it myself and help you out accordingly.
Best Regards
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-add-btn {
margin-bottom: 0;
}
Best Regards