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 need help adding price next to my quantity selector. Kindly see the screenshot below as example. I appreciate any help with this. My url is designsfordivine.com
Thanks very much
Hi @omero
Try this one.
@media only screen and (min-width: 751px){
div#price-template--19358373314887__main {
position: absolute;
bottom: 44%;
left: 90%;
}
}
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks very much for your response but I understand your CSS helps with the positioning.
In my case I am happy to keep my existing price.
So I need help adding a new price section above add to cart.
Kindly refer to the screenshot.
Thanks very much