Hi, i want to change the placement of the size chart button and put it just above the add to cart button such in the example i provide. I’m using the app BF Size Charts and they can’t give me a solution. I’m trying to change it on a theme (Baseline) that isn’t live yet. I’ll provide you an image
Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.
If this theme is not live then there is a option when you click on the theme and preview the store with this theme, there is a option of sharing the preview link with other so you need to provide that link, so that we can look into that.
Best regards
Sahil
Hi @DaniCollantes Please add the code to solve the issue.
margin-top: unset !important;
I have provided you the code in previous post, just add above line in the same code.
So the updated code will look like this:
Please follow the steps:
- Login in shopify admin.
- Click on the Online Store.
- Then click on the button next to Customize in live Theme.
- Click Edit Code.
- Search theme.liquid in the code in left hand side in your theme.
- Add the following code in the bottom of the file above tag
Result:
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil
Add this css in your edit code > theme.min.css file
.product-content-container .shopify-product-form .add-to-cart-container.mt-8.lg\:w-3\/4{
margin-top: 0;
}
Thank you so much
Hello @DaniCollantes
Go to online store ---------> themes --------------> actions ------> edit code------->base.css or theme.css
add this code at the end of the file.
div .best-fit-size-chart, div .scr-open-parent {
width: 100%;
max-width: 100%;
height: 10px !important;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks