How do i make the buttons full width so they fit in scale with the template.
Hello.
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
- Here is the solution for you @deluc004
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
.product-form__buttons {
max-width: 100% !important;
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
Hi @deluc004
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.
.product-form .product-form__buttons {
max-width: 100%;
}
- And Save.
- Result:
thanks



