Shopify themes, liquid, logos, and UX
Hello, recently i added button "add to cart" and after centering it, the add to cart button in product page is also centered. I need it to stay on the left and "add to cart" button in collection page to stay in the centre
Any possible way to solve this?
Also, would be great to align all "add to cart" buttons on the collection page
Please help
Solved! Go to the solution
This is an accepted solution.
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
#shopify-section-product-template .product-single .grid__item.post-large--one-half form {
text-align: left !important;
}
This is an accepted solution.
@mecanic for add to cart button" alignment
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-product-recommendations .product-recommendations .grid-uniform .grid__item .grid-link__title{
min-height: 40px !important;
}
This is an accepted solution.
Add this css
.grid-uniform p.grid-link__title {
min-height: 40px !important;
}
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
This is an accepted solution.
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
#shopify-section-product-template .product-single .grid__item.post-large--one-half form {
text-align: left !important;
}
Worked perfectly, thanks!
Perhaps you have a solution for "add to cart button" alignment?
Hello there,
I am experiencing an issue with the alignment of the "Add to Cart" button. It is not centered. Please refer to the attached screenshot.
This is an accepted solution.
@mecanic for add to cart button" alignment
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-product-recommendations .product-recommendations .grid-uniform .grid__item .grid-link__title{
min-height: 40px !important;
}
This is an accepted solution.
Add this css
.grid-uniform p.grid-link__title {
min-height: 40px !important;
}
Hello,
Please share your site url.
So that I can check and let you know the exact solution here.
User | RANK |
---|---|
150 | |
125 | |
80 | |
71 | |
66 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023