Softkind Posted January 4, 2022 Share Posted January 4, 2022 (edited) Site URL: https://www.bloomingaylesmarin.com/ I'm trying to get the text block ("Bloomingayles") to the right of the top image on the page to stack on a tablet below the flower image (on left) using a media query, but I'm not able to make it work the way it does on mobile. Can anyone help please? Thank you! This is the way it's currently displaying on tablet size screen.... BUT I want it to display like this on the tablet screen: Edited January 4, 2022 by Softkind Link to comment
tuanphan Posted January 4, 2022 Share Posted January 4, 2022 Add to Design > Custom CSS /* Stacked elements */ @media screen and (max-width:991px) and (min-width:768px) { html, body {overflow-x:hidden;} div#page-section-618ed332e4b3b960a6632b5a .span-12 .col { width: 90% !important; margin-left: 5%; margin-right: 5%; } div#block-yui_3_17_2_1_1636750205557_3972 { 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
Softkind Posted January 5, 2022 Author Share Posted January 5, 2022 Thank you SO SO much, works like a charm! I really appreciate the help. Best! tuanphan 1 Link to comment
MillyBanks Posted April 10, 2022 Share Posted April 10, 2022 Is there a way to exclude this part of the index section? Hi @tuanphan I have added this to a section on my website https://www.hornbeamtraining.co.uk/courses which worked well on the areas wanted it to take effect I but it has messed up the top section within the index section Is there a way to exclude this part of the index section? this is the code I popped in - @media screen and (max-width:900px) and (min-width:641px) { section#mental-health-first-aid .col, section#mental-health-first-aid .col { float: none !important; width: auto !important; } } I have removed until I can solve as the site is going live! Any help is apreciated 🙂 Link to comment
tuanphan Posted April 11, 2022 Share Posted April 11, 2022 You can add it in a new section, to make its id different I meant this section images Mental Health First Aid & Suicide First Aid Courses 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
MillyBanks Posted April 12, 2022 Share Posted April 12, 2022 On 4/11/2022 at 4:52 AM, tuanphan said: You can add it in a new section, to make its id different I meant this section images Mental Health First Aid & Suicide First Aid Courses I did think that but a shame there isn't another way! 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