Comments Fausto started the conversationMay 13, 2018 at 4:41pmHello, the header image inside the pages appears correctly in the desktop version, but in the mobile version it is only a very reduced image (as if it were just a corner of the image). How can I solve? Thank you Fausto 1,692Andrey repliedMay 15, 2018 at 10:57amHello, Dear Fausto! Please add this code in WP Dashboard => Appearance => Customize => Additional CSS: @media(max-width: 375px) { .fw-page-header.parallax { position: relative; background-attachment: inherit; background-position: 50% center; background-size: contain; margin: 0 -142px; background-repeat: no-repeat;}} Then save changes and check result at front-end. Best Regards! Sign in to reply ...
Hello,
the header image inside the pages appears correctly in the desktop version, but in the mobile version it is only a very reduced image (as if it were just a corner of the image). How can I solve?
Thank you
Fausto
Hello, Dear Fausto!
Please add this code in WP Dashboard => Appearance => Customize => Additional CSS:
Then save changes and check result at front-end.
Best Regards!