Custom Liquid: custom coded buttons different size

Hi @ahana1605 ,

Do you mean without editing the text? If so, please follow the instructions below

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Asset folder, and find the base.css file.
  3. Add the code below.
button.button.button1 {
    white-space: nowrap;
    width: 12%;
}