Shopify themes, liquid, logos, and UX
Hello everyone,
I recently got my add to cart button coded so you can add quantity next to the add to cart button.
But when you are viewing it on mobile the "Læg i kurv" is in 2 lines. I would prefer it would be on the same line. That would make it look better.
So instead of
"Læg i
kurv'"
It should be "Læg i kurv"
Can anyone help me fix this on mobile?
Læg i kurv is danish for Add to cart btw.
Preview link: https://b8zm0t0p8ig16m36-62347510003.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hello @LauraOO ,
@media only screen and (max-width: 600px){
.product-action button {
padding: 15px 12px;
}
}
You can put code this at bottom file custom.css
it will work for you. if not pls let me know, I'll update for you
thank you
Hey @LauraOO
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
@media only screen and (max-width: 600px) {
.product-action button {
white-space: nowrap;
font-size: 10px;
}
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey Mooed, thanks for the quick response.
Hmm the code kinda removes the input field.
Hey @LauraOO
Set the font-size to 8px then it should look good
This is an accepted solution.
Hello @LauraOO ,
@media only screen and (max-width: 600px){
.product-action button {
padding: 15px 12px;
}
}
You can put code this at bottom file custom.css
it will work for you. if not pls let me know, I'll update for you
thank you
Thanks typostore! Worked like a charm, nice to also have it in the same CSS file 🙂
yes, if you need me help anything, pls let me know, I'll help you
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024