Home › Forums › Support › HERO PAGE IMAGE RESPONSIVE This topic has 3 replies, 2 voices, and was last updated 6 years, 3 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 26, 2020 at 9:59 am #1144873 Juan Hi, I have a problem with my site’s home page, on desktop it looks good but on mobile the image doesn’t fit. I tried what you recommend in other similar questions in the support forum but I can’t find the solution. January 26, 2020 at 10:01 am #1144874 LeoStaff Customer Support Hi there, Two solutions for this: – Change the background position on mobile with this CSS: @media (max-width: 768px) { .page-hero.phalt { background-position: center center; } } – Use a mobile specific background image for this header element: @media (max-width: 768px) { .page-hero.phalt { background-image: url(https://MOBILE-IMAGE-URL) } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 January 26, 2020 at 11:10 am #1144912 Juan Thanks, it’s solved, I was going crazy. January 26, 2020 at 12:30 pm #1144981 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In