Shopify themes, liquid, logos, and UX
Hi, I'm experimenting some troubles at the time of matching the add to cart button with the rest of the widgets in the product page, if anyone can help me please. Thewebsite isn't live yet so i can't share
Solved! Go to the solution
This is an accepted solution.
Go to online store ---------> themes --------------> actions ------> edit code-----> assets -->theme.min.css
add this at the end of the file.
@media (min-width: 1024px) {
.lg\:w-3\/4 {
width: 100% !important;
}
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi @DaniCollantes, Can you kindly share your store link (with the password protected, if any) with us? We will check it and suggest you a solution if possible.
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
My problem is that my new store isnt live yet, i need to fix it before publishing it
Hello @DaniCollantes
as i can see, the button seems to be perfectly aligned., let me know you are checking on which screen.
Thanks
Yes, in this website yes is for the new website that i'm creating that isn't live yet.
How can I share to you?
provide me the url of your new store.
This is an accepted solution.
Go to online store ---------> themes --------------> actions ------> edit code-----> assets -->theme.min.css
add this at the end of the file.
@media (min-width: 1024px) {
.lg\:w-3\/4 {
width: 100% !important;
}
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
It's working!!! Thank you so mutch
always there to help you.
please hit the like button also.
Hey @DaniCollantes
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Yes, in this website yes is for the new website that i'm creating that isn't live yet.
How can I share to you?
Hey @DaniCollantes
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>
.add-to-cart-container.mt-8.lg\:w-3\/4 {
width: 100% !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @DaniCollantes Please add the code to solve the issue.
<style>
.add-to-cart-container.mt-8.lg\:w-3\/4 {
width: 100% !important;
}
</style>
Please follow the steps:
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025