Professional pressure washing template

I’m thinking of buying this template and I have a question:

  • This demo page is showing the background picture nicely framed on the computer version

However in the tablet or phone mode the picture doesn’t appear to frame properly as shown in the tablet and phone.
I have screenshots of the 3 ways the page appears but cant seem to attache them as a compressed zip folder or similar. I can provide them upon request.

Is there a way to configure the home web page with different on the fly crop settings for the tablet and phone display?

This would be a game changer in regards to buying this template

Hi there

May I see it?
Please provide URL of the page and your screenshots as well

Hi there

You can change this rule in the style.css line 8374

from:
@media (max-width: 1199.98px){
.hero-wrap {
background-position: center center !important;
}
}

to this:

@media (max-width: 1199.98px){
.hero-wrap {
background-position: center left!important;
}
}