Shopify themes, liquid, logos, and UX
Hi,
id like this icon to display in middle area when the cart opens. I know it’s a floating icon so if it’s fixed to that area on the cart would be great and then I don’t need it floating on any other page. I’d a ctually prefer it to not float on any page and just be fixed to the cart drawer.
my site is https://b32b39-5.myshopify.com/products/tom-ford-ribbed-underwear-tank-top-1
SOMEHOW THE POST GOT DELETED
/* Centering the icon in the middle area of the cart drawer */
.persistentcart_icn_circle {
position: absolute;
top: 20%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Ensuring the icon is fixed to the cart drawer */
.cart-drawer .persistentcart_icn_circle {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Hiding the icon on other pages */
/* Assuming your cart drawer has a class 'cart-drawer', if not replace it with the correct class */
body:not(.cart-drawer) .persistentcart_icn_circle
}
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025