FULL SCREEN BANNER DESKTOP

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!

Link : https://nothingchanges.com.my/

1 Like

Hey @nothingchanges

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find password.liquid file

  4. 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

i tried but still no changes. Can you assist me using custom css please?

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

1 Like

GENIUS! THANK YOU SO MUCH!

1 Like

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.

1 Like