FijiAnni Posted September 25, 2022 Share Posted September 25, 2022 Site URL: https://pufferfish-mauve-jkwn.squarespace.com/new-page-1 Hi! I want a summary list to be displayed with enlarged images and centered excerpt in mobile view. I've added some custom code and sometimes (especially in CSS edit mode) it looks like it's all perfect. But when I exit CSS edit mode and change to full screen the layout changes and the excerpt moves over to the left side. I've attached 2 screenshots so you can see both versions (left side: looking all good in edit mode // right side: shifting to the side in full screen). I used the following code: @media screen and (max-width:640px) { .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-outer-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-text-size-medium .summary-title { margin-top: 20px; } } .summary-thumbnail-container{ padding-bottom:40px !important } .summary-excerpt{ padding-right:20px !important } .summary-thumbnail-container{ padding-left:20px !important } The problem occurs on all my devices (laptop, tablet, android phone) and on all the browsers that I've tried (Microsoft Edge, Chrome, Firefox). So it must be the code but I can't figure it out. Anybody out there who can help me with that?? 🙂 Link to comment
FijiAnni Posted September 26, 2022 Author Share Posted September 26, 2022 Anyone who can help me with this, please? 🙂 Link to comment
FijiAnni Posted September 28, 2022 Author Share Posted September 28, 2022 Is there anyone who knows how to center the excerpt in mobile view (as described above)? I'm almost done with my website but this is the last major issue I have 😞 Thanks in advance! Link to comment
FijiAnni Posted September 29, 2022 Author Share Posted September 29, 2022 @bangank36 Hi! I've seen some posts where you helped people with a similar question. Would you mind having a look at my problem? I would really appreciate your help! 🙂 Mamanuca Islands — Ultimate Fiji Vacations (squarespace.com) pswrd: Fiji2022' Link to comment
tuanphan Posted September 30, 2022 Share Posted September 30, 2022 19 hours ago, FijiAnni said: @bangank36 Hi! I've seen some posts where you helped people with a similar question. Would you mind having a look at my problem? I would really appreciate your help! 🙂 Mamanuca Islands — Ultimate Fiji Vacations (squarespace.com) pswrd: Fiji2022' incorrect password Fiji2022' 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
FijiAnni Posted September 30, 2022 Author Share Posted September 30, 2022 55 minutes ago, tuanphan said: incorrect password Fiji2022' should be correct now. Can you try again? Link to comment
Ziggy Posted September 30, 2022 Share Posted September 30, 2022 When I look at this page the mobile stacking doesn't even occur, so something isn't working right with your Custom CSS. You do potentially have an issue with this code, only the first half is just applied to mobile: On 9/25/2022 at 8:10 AM, FijiAnni said: @media screen and (max-width:640px) { .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-outer-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-text-size-medium .summary-title { margin-top: 20px; } } .summary-thumbnail-container{ padding-bottom:40px !important } .summary-excerpt{ padding-right:20px !important } .summary-thumbnail-container{ padding-left:20px !important } Try this: @media screen and (max-width:640px) { .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-outer-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-text-size-medium .summary-title { margin-top: 20px; } .summary-thumbnail-container{ padding-bottom:40px !important } .summary-excerpt{ padding-right:20px !important } .summary-thumbnail-container{ padding-left:20px !important } } But as it isn't working correctly at all at the moment, you may be better removing the Custom CSS that is applied to this section, so that the forum can look at it and potentially provide you with some new CSS to achieve what you want. 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
FijiAnni Posted September 30, 2022 Author Share Posted September 30, 2022 10 minutes ago, Ziggy said: When I look at this page the mobile stacking doesn't even occur, so something isn't working right with your Custom CSS. You do potentially have an issue with this code, only the first half is just applied to mobile: Try this: @media screen and (max-width:640px) { .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-outer-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-text-size-medium .summary-title { margin-top: 20px; } .summary-thumbnail-container{ padding-bottom:40px !important } .summary-excerpt{ padding-right:20px !important } .summary-thumbnail-container{ padding-left:20px !important } } But as it isn't working correctly at all at the moment, you may be better removing the Custom CSS that is applied to this section, so that the forum can look at it and potentially provide you with some new CSS to achieve what you want. Thank you for looking into this!! I really appreciate it. I've deleted the CSS code earlier today just in case it's easier to try a whole new option. That's why the stacked view wasn't showing anymore 🙂 I've tried your version but the same problem occurs. Is there any other code to get the stacked list with larger images and centered excerpt? Thanks! Link to comment
Ziggy Posted September 30, 2022 Share Posted September 30, 2022 Try this: @media only screen and (max-width:640px) { .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-outer-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-text-size-medium .summary-title { margin-top: 20px; } .summary-thumbnail-container{ padding-bottom:40px; } } 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
FijiAnni Posted September 30, 2022 Author Share Posted September 30, 2022 3 hours ago, Ziggy said: Try this: @media only screen and (max-width:640px) { .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-outer-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-text-size-medium .summary-title { margin-top: 20px; } .summary-thumbnail-container{ padding-bottom:40px; } } It's still happening 😞 So weird. It always looks great and exactly how I want it in CSS edit mode, but when I look at the actual mobile page in full screen it's shifting to the left. Link to comment
Ziggy Posted September 30, 2022 Share Posted September 30, 2022 Without leaving the code installed, I can't see or diagnose the problem, sorry! 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
FijiAnni Posted September 30, 2022 Author Share Posted September 30, 2022 23 minutes ago, Ziggy said: Without leaving the code installed, I can't see or diagnose the problem, sorry! Ok sorry - I have now saved the code, so you can see what the problem is. Thanks! Link to comment
Ziggy Posted September 30, 2022 Share Posted September 30, 2022 Try this: @media only screen and (max-width:640px) { .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-outer-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-text-size-medium .summary-title { margin-top: 20px; } .summary-thumbnail-container{ padding-bottom:20px; } .sqs-gallery-design-list .sqs-gallery-image-container { padding-right:0px !important; } } The bullet points look like they're pushed right, but they're not actually. 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
FijiAnni Posted September 30, 2022 Author Share Posted September 30, 2022 1 hour ago, Ziggy said: Try this: @media only screen and (max-width:640px) { .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-outer-container { width: 100% !important; } .sqs-block-summary-v2 .summary-block-setting-text-size-medium .summary-title { margin-top: 20px; } .summary-thumbnail-container{ padding-bottom:20px; } .sqs-gallery-design-list .sqs-gallery-image-container { padding-right:0px !important; } } The bullet points look like they're pushed right, but they're not actually. No, it still doesn't work 😞 Link to comment
Ziggy Posted September 30, 2022 Share Posted September 30, 2022 Looks fine to me, how are you viewing it? Have you looked on a real phone? Even in an emulator it looks like this to me: 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
FijiAnni Posted September 30, 2022 Author Share Posted September 30, 2022 24 minutes ago, Ziggy said: Looks fine to me, how are you viewing it? Have you looked on a real phone? Even in an emulator it looks like this to me: I just checked on my phone and now it looks like your screenshot. I might have to adjust the padding a little bit because now it's almost a bit too much on the right side, but other than that it looks good! Thank you! Can I assume that this looks good on pretty much all mobiles now? I'm only wondering why it's displayed so weird when I try to check out mobile view on my laptop. Thank you so much for all your help! Link to comment
Ziggy Posted September 30, 2022 Share Posted September 30, 2022 That can happen sometimes when emulating on a desktop, but still good on mobiles as far as I can see! 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment