Hi there,
Is there anyone who knows the solution because the section in my registration section becomes narrow in phone view and I cannot make it become to the normal size?
Hi there,
Is there anyone who knows the solution because the section in my registration section becomes narrow in phone view and I cannot make it become to the normal size?
Can you share the store URL.
Hi @oscprofessional ,
this is the URL
URL:https://dermaskinshop-testing-2022.myshopify.com/
Password: Neoasia46100
where can I get the registration form?
You can get it from here. After you click on it you will able to see a create account.
@media only screen and (max-width: 567px) {
select#Gender {
width: 100% !important;
}
select#Race {
width: 100% !important;
}
select#Skintype {
width: 100% !important;
}
form#create_customer label {
width: 100% !important;
}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->frame.scss.liquid
Hi @oscprofessional ,
Thank you for the information provided.
Your solution provided is working but some of the section which is Date Of Birth is looking good at your side? Since my side can’t show the whole bar of date of birth.
Hi there,
Thanks, I have seen it.
Besides this, do you mention that while in mobile view the logo and navigation bar will follow to scroll down and hide the register section?
Didn’t get your query
Hi, as you can see the logo and the navigation bar at the top will move down together while I scroll down.
You want to hide Account icon while at scroll ?
No actually, I want to make it look like smoother while scroll down with the logo and the navigation bar will be align together.