The header icons (Menu and cart) are invisible on mobile and tablet.
I’ve reached out to the theme devs but it takes almost a week to solve problems with them and I need help asap.
I know I can put a snippet at the bottom of my theme, I am just unsure of what it needs to be, I am not a coder atm.
Any help would be wonderful!
1 Like
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
@tritonebear
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file flits.css
Step 3: Paste the below code at bottom of the file → Save
@media(max-width:428px){
.responsive-image-wrapper img {
max-width: 100% !important;
}
}