How can I adjust banner size for mobile view?

Hello everyone,

I am having a problem with banner sizes converting properly from desktop to mobile.

The banner is a perfect size on desktop:

On mobile however it significantly shrinks:

Is there anyway I could just readjust the banner on mobile to be larger?

Thank you for all your help!

@Juliettagolovey - please share this page link, I will check it on the browser and let youknow

Thank you for your help. The link is https://glasstapes.com/

Hi @Juliettagolovey ,

Please send your site and if your site is password protected, please send me the password. I will check it.

@Juliettagolovey - it is single image, it can be made bigger but then it will get cut sideways

I recommend to use 2x2 image for mobile, so create one more image in 2x2 format anad we can use it on mobile

it will cut like screenshot below

@Juliettagolovey

  1. Please go to assets/theme.scss.css

  2. Paste below CSS at bottom of file.

@media screen and (max-width: 749px){
div#Hero-hero-1 {
height: 66vw;
}
}

@Twombly - yours is wordpress site, you do not have any images on page

1 Like

Hello,

I got to assets but cannot find “theme.scss.css”. Do you know where else this could be?

@Juliettagolovey - your theme has base.css file