Breaking down form of button at product page

Breaking down form of button at product page

Modeer
Tourist
16 0 2

My add to cart button's form, location and shape break down on different screen format. How can i fix that?

I want a steady button.

 

SS:

Screenshot 2024-12-03 at 16.06.10.png

Screenshot 2024-12-03 at 16.06.24.png

Screenshot 2024-12-03 at 16.06.35.png

Screenshot 2024-12-03 at 16.06.18.png

    

 

URL: https://1d11f0-ua.myshopify.com/

PSWD: chayrt

Replies 3 (3)

steve_michael2
Trailblazer
441 38 55


Hi @Modeer 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

button#ProductSubmitButton-template--23762883576124__main {
    right: -23vh;
}

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

 

Modeer
Tourist
16 0 2

unfortunately it's not working. Because it just slide to right like this:

Screenshot 2024-12-03 at 17.04.12.png

 

 My desktop version is good to me. I just want justify for all screen formats. Is there any method for that?

 

Modeer
Tourist
16 0 2

This more understandable image: 

Screenshot 2024-12-03 at 17.11.06.png