Solved

Login Credentials being block in mobile view

Boonphei
Shopify Partner
38 0 6

Hi there,

My login and register mobile view is being blocked by the background picture while I clicked the icon. How could I solve this issue?

 

URL:https://dermaskinshop-testing-2022.myshopify.com/

Password: Neoasia46100

account.png

 

Accepted Solution (1)
oscprofessional
Shopify Partner
15843 2371 3073

This is an accepted solution.

@Boonphei 

 

@media screen and (max-width: 567px){
.header-animate {
  margin-top: 34px;
}
.header-type-7 #slidedown-modal {
	z-index: 99;
	background: #fff;
}
.triangle-icon-block-4 {
	z-index: -1 !important;
}
}

 

Add this css at the bottom of Online Store->Theme->Edit code->Assets->frame.scss.liquid

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 3 (3)

oscprofessional
Shopify Partner
15843 2371 3073

@Boonphei ,

oscprofessional_0-1655971317751.png

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
oscprofessional
Shopify Partner
15843 2371 3073

This is an accepted solution.

@Boonphei 

 

@media screen and (max-width: 567px){
.header-animate {
  margin-top: 34px;
}
.header-type-7 #slidedown-modal {
	z-index: 99;
	background: #fff;
}
.triangle-icon-block-4 {
	z-index: -1 !important;
}
}

 

Add this css at the bottom of Online Store->Theme->Edit code->Assets->frame.scss.liquid

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
Boonphei
Shopify Partner
38 0 6

Hi @oscprofessional , that is correct.