All things Shopify and commerce
I am wondering how to change the code so that my "add to cart" buttons are not as big. Here is the example of the problem. I am using "origin" theme. If anyone also had a suggestion on how to enlarge my logo on the header that would be much appacited as well, Thanks!
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.card__content .quick-add__submit {
padding: .8rem;
min-width: unset;
margin: auto;
}
.card__content .button--full-width {
width: 50%;
}
And Save.
Result:
For the logo,
@media only screen and (min-width: 989px){
.header__heading-logo-wrapper img {
height: 8vh;
width: 30vw;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey @connectclothing
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
Would you mind sharing your store URL? Thanks!
This is an accepted solution.
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.card__content .quick-add__submit {
padding: .8rem;
min-width: unset;
margin: auto;
}
.card__content .button--full-width {
width: 50%;
}
And Save.
Result:
For the logo,
@media only screen and (min-width: 989px){
.header__heading-logo-wrapper img {
height: 8vh;
width: 30vw;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you the size change is perfect! The logo at the top of the page is bigger but its very blurry. Any workaround for that?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025