Alsayel Posted February 6, 2021 Posted February 6, 2021 Site URL: https://www.g11lab.org Hi there. H would like to ask you to kindly help me in putting summary block and normal block side by side in the mobile view, and not over each over. Website link: https://www.g11lab.org Pass: 123 mobile view: normal (desired) view: also for regular block: Thank you in advance !
tuanphan Posted February 8, 2021 Posted February 8, 2021 Just answered your email. Here the code /* Mobile blocks side by side */ @media screen and (max-width:767px) { div#page-section-5fbe6f383c02f22b9ddf6884>.row>.span-6 { width: 50% !important; float: left !important; } div#page-section-5fbe6f383c02f22b9ddf6884 .markdown-block { min-height: 70px; } } 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!)
Alsayel Posted February 8, 2021 Author Posted February 8, 2021 Thank you for your quick response It works !! thank you @tuanphan However, it works only for this section. I was wondering if there is code function for all website sections? Much appreciated
tuanphan Posted February 9, 2021 Posted February 9, 2021 20 hours ago, Alsayel said: Thank you for your quick response It works !! thank you @tuanphan However, it works only for this section. I was wondering if there is code function for all website sections? Much appreciated Which sections do you want to apply code? 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!)
Gabrmol Posted August 26, 2021 Posted August 26, 2021 On 2/8/2021 at 12:43 PM, tuanphan said: /* Mobile blocks side by side */ @media screen and (max-width:767px) { div#page-section-5fbe6f383c02f22b9ddf6884>.row>.span-6 { width: 50% !important; float: left !important; } div#page-section-5fbe6f383c02f22b9ddf6884 .markdown-block { min-height: 70px; } } I'm having a similar issue with the mobile version of my contact us page. The opening times and days match up on the desktop version but not the mobile version and I can't seem to find the row span - I wonder if you could help me. https://banjo-aqua-pr5l.squarespace.com/contact PW: Tempsite2021
tuanphan Posted August 27, 2021 Posted August 27, 2021 21 hours ago, Gabrmol said: I'm having a similar issue with the mobile version of my contact us page. The opening times and days match up on the desktop version but not the mobile version and I can't seem to find the row span - I wonder if you could help me. https://banjo-aqua-pr5l.squarespace.com/contact PW: Tempsite2021 Add to Design > Custom CSS @media screen and (max-width:767px) { div#page-section-612733437611685bae1ab3b1 .span-7>.row>.col:nth-child(n+2) { width: 50% !important; float: left !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.