How do I change the button size on my website homepage? The button size is too big and interferes with the image text. Even the placement is right in the middle.
1 Like
Hey @Simrasa
Kindly share your Store URL and Password if enabled
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello @Simrasa
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.button, .shopify-challenge__button, .customer button {
padding: 0 3rem;
}