I have my banner fullscreen on my website
but it does not appear fullscreen on mobile.
Can someone please help me fix this?
I have my banner fullscreen on my website
but it does not appear fullscreen on mobile.
Can someone please help me fix this?
What CSS? I cant find it in coding
go to asssets > base.css copy the code and save
@media screen and (max-width: 749px) {
.banner:not(.banner–stacked) {
height: 100Vh;
}
}
hThank you so much
@Sombly have a good day!