Header/hero slider image of my site is not scaling for mobile use
-
Good day, I am using the Storefront Child theme for my site, it is a multisite (i am not sure if that matters) and I have seem to run into a snag where my hero image on each page is not scaling properly for mobile use – it is cutting off the graphic way too much. Some scaling takes place, but not enough to respectively view the image properly.
I have searched through this forum for a hot minute now and tried the fixes for similar issues, but they do not seem to be applicable to my site. i have tried using the !important css in the additional css menu:
@media only screen and (max-width: 360px) and (min-width: 100px){
.slider-item{
height:auto ! important;
background-size: 100% 100% !important;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px)
{
.slider-item {
height:auto ! important;
background size: 100% 100% ! important
}
}but this is not working as well. Please let me know what I should be typing out so that I can get this issue resolved. It works when I turn my phone sideways, but my boss wants it to work vertically and I am running out of ideas.
The page I need help with: [log in to see the link]
- The topic ‘Header/hero slider image of my site is not scaling for mobile use’ is closed to new replies.