eugenesoch Posted August 7, 2020 Share Posted August 7, 2020 Site URL: https://curranz.squarespace.com/ Hi there, I've noticed a strange behaviour when trying to view bulletpoints on mobile - seems like the amount of text as an impact and although on desktop it all looks good, on mobile vertical spaces seem uneven. Here are the screenshots attached: View on the desktop: And view on the mobile (or tablet): Is there a a way to display them even all all medias? Link to comment
tuanphan Posted August 7, 2020 Share Posted August 7, 2020 Can you share access password? 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
eugenesoch Posted August 7, 2020 Author Share Posted August 7, 2020 Sure, sir - the password is 'berries' Link to comment
eugenesoch Posted August 11, 2020 Author Share Posted August 11, 2020 On 8/7/2020 at 3:17 PM, tuanphan said: Can you share access password? Hi @tuanphan, hope you are well. Did you have any luck with looking into this for me? The password is 'berries' Thank you very much so far and fingers crossed your magic with CSS will help us again 🙂 Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 They are in 2 lists, so they have different spacing. The simplest way is add one more list for mobile, then I will give the code to hide this on desktop, show on mobile only 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
eugenesoch Posted August 17, 2020 Author Share Posted August 17, 2020 1 hour ago, tuanphan said: They are in 2 lists, so they have different spacing. The simplest way is add one more list for mobile, then I will give the code to hide this on desktop, show on mobile only Great, thank you @tuanphan - amazing as always! Sorry for a potentially daft question - do I replicate entire section for that purpose, or simply duplicate the list with bullet points? Eugene Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 19 minutes ago, eugenesoch said: Great, thank you @tuanphan - amazing as always! Sorry for a potentially daft question - do I replicate entire section for that purpose, or simply duplicate the list with bullet points? Eugene just duplicate the list 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
eugenesoch Posted August 17, 2020 Author Share Posted August 17, 2020 1 hour ago, tuanphan said: just duplicate the list Hi @tuanphan, All done for you. Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 2 hours ago, eugenesoch said: Hi @tuanphan, All done for you. I don't see new list.. 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
eugenesoch Posted August 19, 2020 Author Share Posted August 19, 2020 On 8/17/2020 at 3:48 PM, tuanphan said: I don't see new list.. Hi @tuanphan, sorry for confusion. As per original request, I duplicated the list on the health page: https://curranz.squarespace.com/for-health Link to comment
eugenesoch Posted August 21, 2020 Author Share Posted August 21, 2020 Hi @tuanphan, any luck with those bulletpoints? It lives on the https://curranz.squarespace.com/for-health The screenshot is below. Many thanks! Link to comment
tuanphan Posted August 21, 2020 Share Posted August 21, 2020 which list you want to hide on desktop - mobile? 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
eugenesoch Posted August 21, 2020 Author Share Posted August 21, 2020 @tuanphan, either - it doesn't really matter, as they are both the same. Link to comment
tuanphan Posted August 22, 2020 Share Posted August 22, 2020 Website Expired This account has expired. If you are the site owner, click below to login. If you need to extend trial, you can contact SS Customer Care or contact me 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
eugenesoch Posted August 24, 2020 Author Share Posted August 24, 2020 Hi @tuanphan, so sorry about that - we have now extended the trial again - if you please could have a look at this, it would be great. Link to comment
eugenesoch Posted August 26, 2020 Author Share Posted August 26, 2020 HI @tuanphan Hope you're well. Would you please be kind and have another look into this for me? Many thanks! Link to comment
tuanphan Posted August 26, 2020 Share Posted August 26, 2020 Add to Home > Design > Custom CSS /* Hide list 2 on desktop */ /* dont work in Edit Mode */ @media screen and (min-width:992px) { body:not(.sqs-edit-mode-active) div#block-yui_3_17_2_1_1597667163838_15473 { display: none; } } /* Hide list 1 on mobile */ /* dont work in Edit Mode */ @media screen and (max-width:767px) { body:not(.sqs-edit-mode-active) div#block-084bccd74bd18615510b { display: none; } } 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
eugenesoch Posted August 26, 2020 Author Share Posted August 26, 2020 19 minutes ago, tuanphan said: Add to Home > Design > Custom CSS /* Hide list 2 on desktop */ /* dont work in Edit Mode */ @media screen and (min-width:992px) { body:not(.sqs-edit-mode-active) div#block-yui_3_17_2_1_1597667163838_15473 { display: none; } } /* Hide list 1 on mobile */ /* dont work in Edit Mode */ @media screen and (max-width:767px) { body:not(.sqs-edit-mode-active) div#block-084bccd74bd18615510b { display: none; } } @tuanphan thank you for this, sadly this does not resolve the initial issue with uneven spaces between the paragraphs.. 😞 Link to comment
tuanphan Posted August 26, 2020 Share Posted August 26, 2020 On 8/17/2020 at 3:10 PM, tuanphan said: They are in 2 lists, so they have different spacing. The simplest way is add one more list for mobile, then I will give the code to hide this on desktop, show on mobile only 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
Archived
This topic is now archived and is closed to further replies.