Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Mobile App View to large to use add to cart

Solved

Mobile App View to large to use add to cart

trendycustomapp
Tourist
5 0 2

I have been told that when you use the mobile app view you can't see the add to cart button. I have screen shots #1 shows the add to cart button is way to far over to the right, this only happens on any of the items I have custom fields on. #2 shows that the add to cart button is on the item correctly. I added and app called Ez Product & Options & Variants, I have been working to get this fixed. Can anyone help me fix this issue, it is causing sale losses daily. The help would be much appreciated 

 

IMG_7723.PNG

IMG_7724.PNG

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @trendycustomapp ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BssTechVenture_0-1715703940493.png

Step 2: Search file base.css, theme.css or styles.css

BssTechVenture_1-1715704046309.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

@media only screen and (max-width: 767px) {
  .product-form__actions .flex { 
        display: inline-flex !important;
  }
}

button.sf__btn.sf__btn-secondary {
  color: #d38c05 !important;
}

 

Here is result: 

BssTechVenture_2-1715704104879.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
2305 834 908

This is an accepted solution.

Hi @trendycustomapp ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BssTechVenture_0-1715703940493.png

Step 2: Search file base.css, theme.css or styles.css

BssTechVenture_1-1715704046309.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

@media only screen and (max-width: 767px) {
  .product-form__actions .flex { 
        display: inline-flex !important;
  }
}

button.sf__btn.sf__btn-secondary {
  color: #d38c05 !important;
}

 

Here is result: 

BssTechVenture_2-1715704104879.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

trendycustomapp
Tourist
5 0 2

Oh my it worked!!! Thank you so much you just made my day 😁