Change button size in Shapes Theme

My button size for Shop All on my initial image/text is way too small for Desktop. I’ve tried everything I could find on the internet to solve this. I just want to update the desktop version - not the mobile version and to make the button bigger. Twice it’s size or more - I can play with the numbers once I have a code that works.

My website is getwickedfox.com

Thank you for any help!

1 Like

Hi @getwickedfox

Do you mean this one?

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
@media only screen and (min-width: 749px){
span.push-btn__surface {
    width: 12rem;
}
}
  • And Save.

Made4uoRibe_1-1728502134439.png
Your Feedback Matters! Please mark the solution and give likes to posts that helped you.

Your appreciation fuels our motivation to assist you better!
Made4uoRibe_2-1728502134440.png