Hey Vlad,
I’m trying to resize my background image using the custom css for when I’m on mobile but I can’t figure it out. Even tried to block it out using your code from one of your other forums which was:
“You could try add this”
@media only screen and (max-width: 1024px) {
section {
background-image: none !important;
}
}
And it still doesn’t work. Could you please let me know what I could add to resize or either block it out? Thanks!