How can I adjust the size of a button in element code?

Hi everyone!

I can not manage to find this element code “div.store-btn” (yellow arrow) in the code to adjust the height size of the USA button to the Mexico button.

Any support would be very much appreciated.

Xinú.

1 Like

Hi @XINU

Do you mind sharing your website so we can take a look?

Hi!

Thank you for the follow up.

Our website is: xinu.mx

Thank you so much in advance.

Hi @XINU

Thank you for that. Please follow the instructions below

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the custom-style.css file
  3. At very end of the code, add the code below
#popup-store-select .store-select-popup .store-select-content a.btn {
    height: 44px;
    line-height: 2.5;
}

Result here

1 Like

Thank you very much!

I pasted the exact code in the US Shopify (we have 1 for each country), but it still displays a different size on the US button…

Should I need to add an extra code?

Thank you!

At the end, we figured it out.

Thank you so much! :slightly_smiling_face:

1 Like