I created a custom button to above the payment buttons on my store. For some reason it’s the right size on mobile, but on desktop it looks much smaller than the other buttons and all weird. If i try to correct it on desktop, then it will be wrong on mobile. How do i get them to show up the same size?
desktop:
On mobile the “Add To BabyList” button is the exact length of the others.
Hi there! Can you share your website url so we can take a closer look into this?
Here’s the code i used. Do you see a problem? it came directly from babylist.
https://www.babylist.com/add-to-babylist-integration
oh yeah sorry the website is
Looks like the button is set to have a specific width of 350px, let’s change it to 100% and it should do the trick.
Look for the code that you added from Babylist that looks something like this:
Add to Babylist
Notice the width is set to 350px, change that to 100% and click save.
1 Like
worked perfect, thank you so much.
1 Like