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
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025