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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024