Shopify themes, liquid, logos, and UX
Hello
My submit buttons are not placed correctly on both my customer login and create account page
Can someone please help
I am using Impulse theme
riacia
Thanks
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
form#customer_login .btn--full {
margin: auto!important;
}
form#create_customer .btn--full {
margin: auto!important;
}
thanks- it worked on desktop but not on mobile.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
form#create_customer input.btn.btn--full {
margin: auto!important;
}
form#customer_logi button.btn.btn--full {
margin: auto!important;
}
still not good in mobile version
@TBS2022 Try this
button.btn.btn--full {
display: block;
}
If I managed to help you then, don't forget to Like it and Mark it as Solutions.
Also my add to cart button on product page
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
button.btn.btn--full {
margin: auto!important;
}
input.btn.btn--full {
margin: auto!important;
}
@TBS2022 Try this
button.btn.btn--full {
display: block;
}
If I managed to help you then, don't forget to Like it and Mark it as Solutions.
Hi @TBS2022
Its Perfectly fine from my side try to open your side on incognito.
If I managed to help you then, don't forget to Like it and Mark it as Solutions.
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above </body> tag
input.btn.btn--full {
margin: auto;
}
If I managed to help you then, don't forget to Like it and Mark it as Solutions.
still not good in mobile version 😞
i think there is something wrong with my theme on mobile
my collection page is also all wrong
User | RANK |
---|---|
203 | |
171 | |
77 | |
56 | |
51 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023