Jump to content

Desktop to Mobile View - Help!

Recommended Posts

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. 

Screen Shot 2022-12-06 at 8.57.24 PM.png

Screen Shot 2022-12-06 at 8.57.10 PM.png

Link to comment
  • Replies 5
  • Views 304
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

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
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.