MandyG Posted December 7, 2022 Share Posted December 7, 2022 Hi! I have worked hard to complete my website, and find the desktop view looking great, and unfortunately the mobile view is anything but what I expected. I am reading up on Fluid Engine, because as I can see I'm operating on 7.1. Ideally I would like to leave the mobile top banner as is, and then add in another image in its place for the mobile version. That's all I'm looking to do - any assistance is greatly appreciated. Attachments include the mobile version compared to the desktop version. Link to comment
tuanphan Posted December 7, 2022 Share Posted December 7, 2022 Hi, What is your site url? We can check easier 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
MandyG Posted December 7, 2022 Author Share Posted December 7, 2022 www.MandyGill.com Thank You Link to comment
tuanphan Posted December 7, 2022 Share Posted December 7, 2022 Try adding to Design > Custom CSS /* resize mobile slideshow */ @media screen and (max-width:767px) { [data-section-id="638f904767981e017e3aae29"] { min-height: unset !important; height: 40vh; margin-top: 9vh; } } 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
MandyG Posted December 7, 2022 Author Share Posted December 7, 2022 Thank you very much for your reply and assistance. The code you've provided is getting closer to what's needed, but if you test www.mandygill.com on your mobile you'll notice the image is still cut off a tad, and the button is far too large. Your assistance again is really appreciated! Link to comment
tuanphan Posted December 11, 2022 Share Posted December 11, 2022 On 12/8/2022 at 2:28 AM, MandyG said: Thank you very much for your reply and assistance. The code you've provided is getting closer to what's needed, but if you test www.mandygill.com on your mobile you'll notice the image is still cut off a tad, and the button is far too large. Your assistance again is really appreciated! Try this new code /* resize mobile slideshow */ @media screen and (max-width:767px) { [data-section-id="638f904767981e017e3aae29"] { min-height: unset !important; height: 40vh; margin-top: 9vh; } div#block-yui_3_17_2_1_1670352931774_29257 a { font-size: 10px !Important; } } You can adjust height 40 & margin top to what you want 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