imagineifnyc Posted March 24, 2021 Posted March 24, 2021 Site URL: https://www.imagineifnyc.com Hi, I have been following this thread the last day or so and cannot get the code to work for 2column view on mobile 😞on my home page. It works and displays well on desktop view but not on mobile. Could use any help w /this. * side note on my latest drops page it works just not the homepage, I'm lost.
tuanphan Posted March 25, 2021 Posted March 25, 2021 Hi. Add to Design > Custom CSS > then save & reload your site /* Home summary */ @media screen and (max-width:767px) { body.homepage .summary-item { width: 50% !important; float: left !important; clear: none !important; } body.homepage .summary-item:nth-child(2n+1) { clear: 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!)
imagineifnyc Posted March 26, 2021 Author Posted March 26, 2021 Thank you!! That did it 🙂 Looks so much better on mobile and I think will help the user experience better now. Greatly appreciated! ∞ "Imagine IF..." ∞
tuanphan Posted March 30, 2021 Posted March 30, 2021 On 3/26/2021 at 9:18 PM, imagineifnyc said: Thank you!! That did it 🙂 Looks so much better on mobile and I think will help the user experience better now. Greatly appreciated! ∞ "Imagine IF..." ∞ I see some pages on mobile have very long content. You should consider adding a back to top button. imagineifnyc 1 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!)
Solution imagineifnyc Posted June 18, 2021 Author Solution Posted June 18, 2021 On 3/30/2021 at 3:41 AM, tuanphan said: I see some pages on mobile have very long content. You should consider adding a back to top button. Thank you! Just seeing this. Good insight. Im working on probably making some changes so hopefully this will come in handy soon. 😃
imagineifnyc Posted February 22, 2023 Author Posted February 22, 2023 On 6/18/2021 at 4:21 PM, imagineifnyc said: Thank you! Just seeing this. Good insight. Im working on probably making some changes so hopefully this will come in handy soon. 😃 tuanphan Thanks so much for this tip I just added this code finally and it works like a charm. 🙂 Greatly appreciated. tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment