Infrasonic Posted October 6, 2022 Share Posted October 6, 2022 Site URL: https://www.infrasonicsound.com/ I LOVE the way my desktop view looks, but as soon as I switch to mobile, the main photo is blown out and 4 buttons that are supposed to be directly beneath each individual photo turn into 2 independent columns. How do I change the size of the photo ONLY on my mobile version and fix the orientation of these buttons? Link to comment
Ziggy Posted October 7, 2022 Share Posted October 7, 2022 How do you have the banner section set up? The issue with the buttons is that on Fluid Engine (Squarespace's latest design editor) you have to edit the layout on mobile as well as on desktop. When you're editing the page, click the mobile toggle (top right) and rearrange the blocks. This mobile layout is completely disconnected from the desktop, and will need to be checked and adjusted when you make any changes/additions to every page. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Infrasonic Posted October 7, 2022 Author Share Posted October 7, 2022 Thank you for this! Managed to fix the buttons and that all looks great. Now the only issue is the banner size. I just have this picture as the background, so I need to find a way to resize the background when it's on mobile. Is there a way to do that? Link to comment
Infrasonic Posted October 7, 2022 Author Share Posted October 7, 2022 (edited) Okay, so I managed to use some code to adjust the size, but now my image is shifted slightly to the left. How can I center the image on the mobile view? I have the code I have already used below: @media screen and (max-width: 767px) { .homepage #page section:first-child { min-height:30vh !important; height: 40vh; margin-top: 15vh; } } Edited October 7, 2022 by Infrasonic Link to comment
tuanphan Posted October 10, 2022 Share Posted October 10, 2022 On 10/8/2022 at 12:25 AM, Infrasonic said: Okay, so I managed to use some code to adjust the size, but now my image is shifted slightly to the left. How can I center the image on the mobile view? I have the code I have already used below: @media screen and (max-width: 767px) { .homepage #page section:first-child { min-height:30vh !important; height: 40vh; margin-top: 15vh; } } Change height: 40vh; to height: 30vh; 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
Infrasonic Posted October 10, 2022 Author Share Posted October 10, 2022 Thank you! This fixed my issue. I have one more question! I have a remote upload form on my site that looks great for desktop and is too large on mobile. How do I fix this? Link to comment
tuanphan Posted October 12, 2022 Share Posted October 12, 2022 On 10/11/2022 at 12:47 AM, Infrasonic said: Thank you! This fixed my issue. I have one more question! I have a remote upload form on my site that looks great for desktop and is too large on mobile. How do I fix this? We can adjust code for mobile. Which page do you use this form? 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
Infrasonic Posted October 12, 2022 Author Share Posted October 12, 2022 I use it on our upload portal. Here is the embedded code we use: <center> <iframe src="https://infrasonicsound.sharefile.com/remoteupload/921ded24-637a-48e1-88d8-ffc2be631296" frameborder="0" width="400px" height="800px" scrolling="auto" id="sfRemoteUploadFrame"></iframe> </center> Link to comment
tuanphan Posted October 15, 2022 Share Posted October 15, 2022 On 10/13/2022 at 3:00 AM, Infrasonic said: I use it on our upload portal. Here is the embedded code we use: <center> <iframe src="https://infrasonicsound.sharefile.com/remoteupload/921ded24-637a-48e1-88d8-ffc2be631296" frameborder="0" width="400px" height="800px" scrolling="auto" id="sfRemoteUploadFrame"></iframe> </center> Hi, Can you share link to page where you use this form? Or try adding this to Design > Custom CSS @media screen and (max-width:767px) { iframe[src*="sharefile"] { width: 100% !important; } } 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
Infrasonic Posted October 17, 2022 Author Share Posted October 17, 2022 THANK YOU!!!!! 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