antonlecluyse Posted July 27, 2022 Share Posted July 27, 2022 Hi, I have a section on the homepage of a website I am working on with 3 columns, created with fluid engine. I am trying to force the 3 columns to 1 colums on tablet portrait mode (for mobile screen it does it automatically), but so far no luck. If it would be possible to force the whole site instead of 1 section on a page, even better. I tried this code: @media screen and (max-width:1024px) and (min-width:750px) { [data-section-id="62e128679b13b7022c5d2826"] .content { width: 100% !important; } } and this one: @media screen and (max-width:1000px) { #collection-5dc4a4cd714889457f7615c2 div>.row>.col { width: 100% !important; } } Thanks for any help. Link to comment
tuanphan Posted July 28, 2022 Share Posted July 28, 2022 Hi. Can you share link to page where you have problem? We can check easier 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
antonlecluyse Posted July 29, 2022 Author Share Posted July 29, 2022 hope this helps: https://wearewan.com/we-are-wan Link to comment
tuanphan Posted July 31, 2022 Share Posted July 31, 2022 Try adding to Design > Custom CSS @media screen and (max-width:1024px) and (min-width:768px) { .fe-62e128679b13b7022c5d2825 { grid: unset !important; display: block !important; } .fe-62e128679b13b7022c5d2825>div { margin-bottom: 20px; } .fe-62e128679b13b7022c5d2825 h4 br { 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
antonlecluyse Posted July 31, 2022 Author Share Posted July 31, 2022 great, it works perfectly. thank you, you are lifesaver! tuanphan 1 Link to comment
jojod Posted May 16 Share Posted May 16 On 7/30/2022 at 7:09 PM, tuanphan said: Try adding to Design > Custom CSS @media screen and (max-width:1024px) and (min-width:768px) { .fe-62e128679b13b7022c5d2825 { grid: unset !important; display: block !important; } .fe-62e128679b13b7022c5d2825>div { margin-bottom: 20px; } .fe-62e128679b13b7022c5d2825 h4 br { display: none; } } Hi! Could you please help me with the same request but for my client's site? It is 4 columns that I would like to stack on tablet, but just the section with "Community, Trust, Family, Creativity".... https://www.homemadeeventsroc.com/about pw: demo Link to comment
tuanphan Posted May 20 Share Posted May 20 On 5/16/2023 at 10:56 PM, jojod said: Hi! Could you please help me with the same request but for my client's site? It is 4 columns that I would like to stack on tablet, but just the section with "Community, Trust, Family, Creativity".... https://www.homemadeeventsroc.com/about pw: demo Try adding to Design > Custom CSS /* Fluid Engine Stacked */ @media screen and (max-width:991px) and (min-width:768px) { .fe-6451b93054062e10f19fa57f>div { grid-area: unset !important; display: block !important; width: 100% !important; margin-bottom: 20px; } .fe-6451b93054062e10f19fa57f { display: block !important; padding-left: 6vw; padding-right: 6vw; } } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment