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!
suyash1
2
@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.
suyash1
5
@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
-
Please go to assets/theme.scss.css
-
Paste below CSS at bottom of file.
@media screen and (max-width: 749px){
div#Hero-hero-1 {
height: 66vw;
}
}
suyash1
7
@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?
suyash1
9
@Juliettagolovey - your theme has base.css file