Hi, I need help making my desktop banner full screen. My mobile version is already full screen. Just need help for desktop. preferable using custom css.
Thanks in advance!
Hi, I need help making my desktop banner full screen. My mobile version is already full screen. Just need help for desktop. preferable using custom css.
Thanks in advance!
Hey @nothingchanges
Follow these Steps:
Go to Online Store
Edit Code
Find password.liquid file
Add the following code in the bottom of the file above tag
RESULT
If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
If you don’t wanna add in theme files then you can just simply add this code in your section custom css.
@media screen and (min-width: 768px) {
.banner--large:not(.banner--adapt) {
min-height: 100rem !important;
}
}
If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
GENIUS! THANK YOU SO MUCH!
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.