Increase margin of the product box

Hi,

Is there a way to increase the margin on the box so that the new green add to cart button doesn’t cut off please?

Thank you

This is the previous one.

Hello @AdamOx ,

I have looked through your store https://prnt.sc/lERWGfAILFD7 and see you are still using the previous “Add to Cart”

Please share link to the store, where you have added new “Add To Cart”, So I can review your store and its code and provide you a solution for your issue.

Thank you.

Hi,

Sorry.

Please find preview store here - https://wg3wtufqcvwc6uul-26690322479.shopifypreview.com

Thank you

Hi @AdamOx ,

I’ve reviewed your store and identified an issue occurring with items that have multiple lines of titles. To address this, please add the following CSS code to the bottom of your theme.css file:

@media(min-width: 999px){
  .product-list .flickity-viewport {
    min-height: 453px !important;
  }
}

You can access the theme.css file by following these steps:

  1. Navigate to “Themes” in your Shopify dashboard.
  2. Click on “Edit code” for your current theme.
  3. Locate the theme.css file under the “Assets” folder.

Once you’ve added the CSS code, save your changes, and the issue should be resolved. If you need further assistance, feel free to reach out.

Thank you.

Hello @AdamOx ,

I have checked your shared store link and “Choose options” CTAs are perfectly displaying.

I believe you have resolved the issue at your end if you still have any issue that needs to be resolved. Please let me know.

Thank you.