https://rugged-jp.myshopify.com/
theme is dawn.
password page banner image does not show on mobile but it shows on desktop version fine. I have “Show content below image on mobile” on. Turning it off doesn’t work either. Please help!
https://rugged-jp.myshopify.com/
theme is dawn.
password page banner image does not show on mobile but it shows on desktop version fine. I have “Show content below image on mobile” on. Turning it off doesn’t work either. Please help!
Hi @ruggedjp
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
#Banner-template--17033336127783__main .banner__media {
display: block!Important;
}
Thanks! That worked.