Jumbotron imgae does not scale on mobile device

Hello,

Firstly, thank you for your great work!

Could you please inspect my new web please? It looks, that Jumbotron image does not scale on mobile device.

test.vracing.cz

Thank you!

Hi,

You can try this Custom CSS in Appearance -> Customize -> Additional CSS,

@media only screen 
  and (max-width: 480px) {
#header.header-front-page {
    background-position-x: left;
}
}

Also, it is nearly impossible to position the image correctly on the mobile devices, you can play around with the background-position property above using Firebug or any browsers development tool.

Let us know,

Thanks,
laranz.

Thank you Laranz!
Problem solved

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions. Please feel free to contact us again in the future regarding any other issues.

If you’re happy with our service, don’t forget to rate us: [Illdy] Reviews | WordPress.org

Thanks,
laranz.