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?
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024