In my website I’ve added custom liquid code for sticky add to cart in that I want to make the sticky add to cart button in full width, but now it was shorten.
Website: https://the-rugged.com/products/elegant-crew-tee-crimson-peak
password: rugged
Thanks in advance
Hello @Sivadarshan
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
@media (max-width: 749px) {
.atc-button-container {
margin: 0 -77px !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks