How to put size chart just above add to cart

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

Hi @DaniCollantes

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

https://srpk8ycoyimau18d-52766113982.shopifypreview.com

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:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.liquid in the code in left hand side in your theme.
  6. 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

1 Like

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