fible1 Posted May 5, 2021 Share Posted May 5, 2021 Site URL: http://www.pablo-lema.com Hi, The banner for my site is not displaying correctly on mobile, it gets cropped. So I got the code below working, it will properly resizes the banner for mobile, but it leaves a large black space below the banner, the size of the original desktop banner space. I appreciate any help, Im at my wits end :(. <style> @media screen and (max-width:640px) { .banner-thumbnail-wrapper img { width: 100% !important; height: auto !important; left: 0 !important; } } </style> Link to comment
tuanphan Posted May 7, 2021 Share Posted May 7, 2021 On 5/6/2021 at 4:44 AM, fible1 said: Site URL: http://www.pablo-lema.com Hi, The banner for my site is not displaying correctly on mobile, it gets cropped. So I got the code below working, it will properly resizes the banner for mobile, but it leaves a large black space below the banner, the size of the original desktop banner space. I appreciate any help, Im at my wits end :(. <style> @media screen and (max-width:640px) { .banner-thumbnail-wrapper img { width: 100% !important; height: auto !important; left: 0 !important; } } </style> Hi. You mean this image? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment