Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello!
I'm new to shopify! I have no experience with coding.
Could you please help me? I am using the "Dawn" theme.
I used this to make my header transparent and it worked well!
https://jotting.com/shopify/how-to-make-dawn-theme-header-transparent
But: I would like to make the homepage image appear full screen on mobile. ( see example )
I would like to have a full screen image appear not only on desktop but also on mobile.
How do I do this?
My site URL: https://perziamalayeri.myshopify.com
Password: perzia
Thank you!
Perzia
Solved! Go to the solution
This is an accepted solution.
@media screen and (max-width: 749px) {
.banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
min-height: 100vh;
}
}
add the code above to your css
I want to check your site and is not launch yet, and am not able to see it. can you check your store and let me know where to render help
I removed the password. is it possible for you to see it now?
Thanks!!
Hi! I removed the password. please see if you can see my website now?
Thanks!
hi! Thanks so much for reply. Can you see it now?
This is an accepted solution.
@media screen and (max-width: 749px) {
.banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
min-height: 100vh;
}
}
add the code above to your css
How do I do this? Where is my css?
I tried putting it above the base.css file in Assets folder. But It doesn't work.
Thankyou Raymond
Thank you!!! I added this Below: section-image-banner. NOT above!
This worked then. Thanks again.
Where exactly did you paste this? Under which file? ANY help is appreciated! 🙂
I'd like to know this too. Did you ever find out? That page is exactly what I want to do and I get copying the css but where to put it and find the actual file is what I can't find, unless I'm missing something obvious.