Hjoou Posted October 15, 2020 Share Posted October 15, 2020 Site URL: https://www.rogerroger.co/ Hi! I was wondering if someone could help me. I have a section on my page that has 2 column text blocks like this: But when it goes into mobile, the number columns stack into a single column like this: Is there anyway to force it to display 2 columns instead of 1? Thank you very much in advance! Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1602676911638_78103+.row>.col { 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!) Link to comment
Hjoou Posted October 26, 2020 Author Share Posted October 26, 2020 Thank you @tuanphan ! Helpful as always Link to comment
lovemcho Posted March 25, 2023 Share Posted March 25, 2023 hi @tuanphan, would you be able to help me with a similar issue with a website i'm working on? i have two text blocks, but they also turn into a single column on mobile 😞 i tried to use the code you provided, but was unable to have it work. any help would be much appreciated! url: http://www.keikofukazawa.com/cvpress Desktop: Mobile: Link to comment
tuanphan Posted March 29, 2023 Share Posted March 29, 2023 On 3/25/2023 at 8:39 AM, lovemcho said: hi @tuanphan, would you be able to help me with a similar issue with a website i'm working on? i have two text blocks, but they also turn into a single column on mobile 😞 i tried to use the code you provided, but was unable to have it work. any help would be much appreciated! url: http://www.keikofukazawa.com/cvpress Desktop: Mobile: Add to Design > Custom CSS @media screen and (max-width:900px) { div#page-5884645f893fc0ce706914e1 .span-2 { width: 19% !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!) Link to comment
lovemcho Posted March 29, 2023 Share Posted March 29, 2023 thank you so much for your help and reply @tuanphan!! do you know if there's a way to make the text smaller on mobile view? though the columns are now side-by-side the line breaks in the copy are misaligned with the dates. ><" Link to comment
tuanphan Posted March 31, 2023 Share Posted March 31, 2023 On 3/29/2023 at 11:26 AM, lovemcho said: thank you so much for your help and reply @tuanphan!! do you know if there's a way to make the text smaller on mobile view? though the columns are now side-by-side the line breaks in the copy are misaligned with the dates. ><" Use this new code @media screen and (max-width:900px) { div#page-5884645f893fc0ce706914e1 .span-2 { width: 19% !important; float: left !important; } div#page-5884645f893fc0ce706914e1 * { font-size: 12px !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
lovemcho Posted April 1, 2023 Share Posted April 1, 2023 Thank you soOoooOOoOOoooo much @tuanphan! Coding genius 💻💡✨ 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