Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I am using DAWN theme and would like to move my Add to Cart button betside the qauntity selecter however I am also using Seal Subscriptions and I if I use code:
<style>
.product-form__buttons {
width: calc(100% - 150px) !important;
margin-top: -72px;
margin-left: 150px;
}
</style>
Into the theme.liquid file above </head> it changes all products and works perfectly except for my Seal Subscription products. it ends up looking like this:
Is their a way I can either exclude certain products without it effecting the seal subscriptions app products or is their a way I could please also have Add to Cart beside the qauntity selecter (which would be preferred)
New to coding, step by step please & thank you