Shopify themes, liquid, logos, and UX
Hello, im using an app for reviews and other app for the add to cart button. But it seems like it misalign and it makes it look very ugly and unprofessional. Can some one please help me how I can align the add to cart button. Maybe I need to desinstall the app and add a code after modify? Please help and thank you in advance 🙂
Solved! Go to the solution
This is an accepted solution.
Hi @Adrian92
Do you mean this one?
if it is, check this one:
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product-item__inner.globo-swatch-product-item {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 35rem;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Adrian92
Do you mean this one?
if it is, check this one:
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product-item__inner.globo-swatch-product-item {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 35rem;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Works peftectly, thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025