i’m new at shopify design and i’m struggling to move this button position.
i added some html and css code, but nothing that could change this button’s position.
i’m using Refresh theme.
Can someone help me?
i’m new at shopify design and i’m struggling to move this button position.
i added some html and css code, but nothing that could change this button’s position.
i’m using Refresh theme.
Can someone help me?
Hi @clicksprime
Could you share the link to your store and explain more about your request?
Hi @clicksprime ,
To change button’s card position
1.Go to your Shopify admin panel.
2.Navigate to Online Store > Themes.
3.Find the Refresh theme and click on Customize.
4.click Actions > Edit code. In the left sidebar, under the layout directory, click base.css
paste the code and save code:
.card__content button
{ margin-top: 20px !important;
margin-left: 10px !important;
position: absolute;
top: 50px;
left: 100px;
}
I hope this helps! If not, please provide url of website.
If it does, please like it and mark it as a solution! If you need further assistance, feel free to reach out!
Regards,
Sweans