MissT Posted August 8, 2022 Share Posted August 8, 2022 I'm building a site in 7.1 with Fluid Engine (which is great 😀) but it doesn't look great on tablet screens, especially when viewed in portrait. On mobile's it's great as the new mobile view editing option means you can reorder elements - which I love. I'm thinking if I can just make it switch to the mobile layout sooner, ie for ipad portrait width, then it would look great on tablets too. There doesn't appear to be a mobile breakpoint setting in 7.1 as there was in previous versions and the CSS I've found online doesn't seem to be working, is there some CSS I can add that will adjust the mobile break point in 7.1 sites built with Fluid engine? Many thanks in advance to anyone that can help! Link to comment
Beyondspace Posted August 9, 2022 Share Posted August 9, 2022 18 hours ago, MissT said: I'm building a site in 7.1 with Fluid Engine (which is great 😀) but it doesn't look great on tablet screens, especially when viewed in portrait. On mobile's it's great as the new mobile view editing option means you can reorder elements - which I love. I'm thinking if I can just make it switch to the mobile layout sooner, ie for ipad portrait width, then it would look great on tablets too. There doesn't appear to be a mobile breakpoint setting in 7.1 as there was in previous versions and the CSS I've found online doesn't seem to be working, is there some CSS I can add that will adjust the mobile break point in 7.1 sites built with Fluid engine? Many thanks in advance to anyone that can help! to set style based on the breakpoint, you can use the syntax @media only screen(max-width: 767px) { /*Your mobile style*/ } gcerceo 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
MissT Posted August 9, 2022 Author Share Posted August 9, 2022 7 hours ago, bangank36 said: to set style based on the breakpoint, you can use the syntax @media only screen(max-width: 767px) { /*Your mobile style*/ } Many thanks! So is there no way to adjust it for the whole site in one go? Do I need to use the above for each section on each page? Or can you target a whole page? Thanks again! Link to comment
tuanphan Posted August 10, 2022 Share Posted August 10, 2022 On 8/9/2022 at 6:09 PM, MissT said: Many thanks! So is there no way to adjust it for the whole site in one go? Do I need to use the above for each section on each page? Or can you target a whole page? Thanks again! Yes. No way. Need to do this for each page. If you share link to page where you want to do this & describe the problem, we can help easier gcerceo 1 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
MissT Posted August 11, 2022 Author Share Posted August 11, 2022 19 hours ago, tuanphan said: Yes. No way. Need to do this for each page. If you share link to page where you want to do this & describe the problem, we can help easier Many thanks Tuanphan, I feared as much. I can't share the link to the site publically I'm afaid- is there a private way to do that at all? Link to comment
tuanphan Posted August 14, 2022 Share Posted August 14, 2022 On 8/11/2022 at 4:24 PM, MissT said: Many thanks Tuanphan, I feared as much. I can't share the link to the site publically I'm afaid- is there a private way to do that at all? You can send link in a private message, I can take a look 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
MissT Posted August 18, 2022 Author Share Posted August 18, 2022 Just sent a private message - many thanks!!! Link to comment
gcerceo Posted September 16, 2022 Share Posted September 16, 2022 I'm also interested in changing this. The responsive alignment and spacing sucks before it hits the mobile breakpoint, especially with text blocks. site: grahamcerceo.com Does that string of code go into the advanced tab (header injection) on each page's settings? Thanks again! Link to comment
tuanphan Posted September 18, 2022 Share Posted September 18, 2022 On 9/16/2022 at 8:14 AM, gcerceo said: I'm also interested in changing this. The responsive alignment and spacing sucks before it hits the mobile breakpoint, especially with text blocks. site: grahamcerceo.com Does that string of code go into the advanced tab (header injection) on each page's settings? Thanks again! Can you take a screenshot of problem? 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
coriwhat Posted October 9, 2022 Share Posted October 9, 2022 Has anyone found a solution for this without using Section or Collection IDs? I need to do this for a template so can't use those. Link to comment
tuanphan Posted October 12, 2022 Share Posted October 12, 2022 On 10/9/2022 at 5:48 PM, coriwhat said: Has anyone found a solution for this without using Section or Collection IDs? I need to do this for a template so can't use those. You can describe in detail problem + share site url, we can take a look to see if can target with general class name 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