Jump to content

Fix only mobile view

Recommended Posts

  • Replies 9
  • Views 311
  • Created
  • Last Reply

Top Posters In This Topic

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 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment

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

Screenshot (24).png

Edited by Infrasonic
Link to comment
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;
    }
}

Screenshot (24).png

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
  • Marcus_SQSP changed the title to Fix only mobile view
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?

Screenshot (26).png

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

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

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.