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
Dear all,
Please find the attached image. I would like to modify the CSS so that the red "Sale" buttons in the featured collection section are repositioned to the top left corner of the image. However, I have not been able to achieve this so far.
Unfortunately, I cannot share a URL as the website is not yet live. Does anyone have any suggestions on how to accomplish this?
Best regards,
Lars
Hey @Lars_Veldman
Can you share the preview URL of the draft theme?
Best Regards,
Moeed
{
position: absolute;
top: 0;
left: 0;
}
{
position: relative;
}
Thank you. Unfortunatly the relative doesn't work