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
Hi,
I changed the placement of my QT selector to be next to the add to cart button. Which works fine under the products.
However I just discovered that it has effected my card. See attached. How can I get these two buttons to be next to each other?
Any ideas on how to fix this?
Thank you! 🙂
Password - xef84eju (the site is currently password protected)
Ps. can you also help adding the custom cont to the QT selector number? All other places the font is working.
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
#cart-notification .cart-notification__links #cart-notification-button{
margin-top: -22px;
margin-left: 0;
width: 155px !important;
padding: 10px 10px;
}
#cart-notification .cart-notification__links #cart-notification-form{
margin-left: 16px;
width: 162px !important;
margin-top: 31px;
}
</style>
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Thank you for liking our suggestions! If they solved your issue, please mark them as the accepted solution.