Reduce the width of the submit button on the challenge page.

Reduce the width of the submit button on the challenge page.

basicbastardco
Pathfinder
171 1 31

Hi guys,

 

When I click "Sign In" on the account page, I have to go through a captcha check. On that page, the submit button on the phone version occupies the full width, which I would like to reduce to 95%. Please click "Sign In" a couple of times, and it will be evident. Thank you!

 

Here is the link: https://basicbastard.co/account

 

Screenshot 2023-06-12 at 11.08.37 PM.png

 

 

Liaz
Replies 2 (2)

BSS-Commerce
Shopify Partner
3477 463 538

Hi @basicbastardco 

You can follow these steps:

Step 1: At Shopify Admin, Go to Online Store -> Themes -> Edit code :

BSSCommerce_0-1686641617921.png

Step 2: Find the file "base.css" in the search for files

BSSCommerce_1-1686641635231.png

Step 3: Paste the following code at the end of the file

.shopify-challenge__button {
width: 80.5% !important;
}

Save it and hope you will get results like this:

BSSCommerce_2-1686641675843.png

If it worked, please mark as a solution. Good luck!

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via [email protected]


BSS Commerce - Full-service eCommerce Agency

basicbastardco
Pathfinder
171 1 31

Thank you but this code does not work. I tried before as well. 

Liaz