Sticky Add To Cart Button Position
-
After changing dimensions as per your guidelines on the single product page. These changes may be applied in the sticky add to cart due for this reason the sticky add-to-cart button was misaligned.
For clear information screen short is attached here.
Attachments:
You must be
logged in to view attached files.
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
Please replace the previous Custom CSS https://monosnap.com/file/UUKUW8twi8vOAEYaRJTiyMQV0LzS3f with the following then check back.
.summary-inner .cart .wd-buy-now-btn {
width: 100%;
margin-left: 0;
}
.summary-inner div.quantity input[type=button],
.summary-inner div.quantity input[type=number]{
min-width: 50%;
}
.summary-inner div.quantity {
width: 66.5%;
}
Regards.