Re: How to make "add to cart" button smaller on "origin" theme?

Solved

How to make "add to cart" button smaller on "origin" theme?

connectclothing
Tourist
3 0 2

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!Screenshot 2024-09-17 143739.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10211 2427 3081

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:

Made4uoRibe_0-1726605222062.png

For the logo,

 

 

 

 

@media only screen and (min-width: 989px){
.header__heading-logo-wrapper img {
    height: 8vh;
    width: 30vw;
}
}

 

 

 

 

And Save. 

Result:

Made4uoRibe_2-1726605683388.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
7703 2070 2550

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
10211 2427 3081

Hi @connectclothing 

Would you mind sharing your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
connectclothing
Tourist
3 0 2
Made4uo-Ribe
Shopify Partner
10211 2427 3081

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:

Made4uoRibe_0-1726605222062.png

For the logo,

 

 

 

 

@media only screen and (min-width: 989px){
.header__heading-logo-wrapper img {
    height: 8vh;
    width: 30vw;
}
}

 

 

 

 

And Save. 

Result:

Made4uoRibe_2-1726605683388.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
connectclothing
Tourist
3 0 2

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?