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?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024