venuswtlau Posted May 8, 2021 Share Posted May 8, 2021 Site URL: https://www.venuswtlau.com/ I currently have a sticky footer with a text block and social links block. When switching to mobile view, the two blocks stack on top of each other (making the two content blocks unaligned). Is there any way to force the two blocks together so that they stay in the same row when switching to mobile? Thank you in advance :) Link to comment
Solution tuanphan Posted May 9, 2021 Solution Share Posted May 9, 2021 Add to Design > Custom CSS /* Mobile footer side by side */ @media screen and (max-width:767px) { div#page-section-60963f488f966c26e837b484 .span-6 { width: 50% !important; float: left !important; } } HunterD 1 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
venuswtlau Posted May 10, 2021 Author Share Posted May 10, 2021 13 hours ago, tuanphan said: Add to Design > Custom CSS /* Mobile footer side by side */ @media screen and (max-width:767px) { div#page-section-60963f488f966c26e837b484 .span-6 { width: 50% !important; float: left !important; } } Hi @tuanphan this worked like magic! Thank you so much 🙂 Link to comment
venuswtlau Posted May 17, 2021 Author Share Posted May 17, 2021 8 hours ago, tuanphan said: Do you want to fix these? Site URL: https://www.venuswtlau.com/ (checked on 1. (Tablet-Header) Want to remove burger, force menu same as desktop? 2. (Tablet-Inclusive-postpartum-care) Reduce this text size? 3. (Tablet) Page looks long. Want to add a back to top button? Hi Tuan, Yes to all three, please! Thank you so much for catching these 🙂 Link to comment
tuanphan Posted May 18, 2021 Share Posted May 18, 2021 On 5/17/2021 at 3:25 PM, venuswtlau said: Hi Tuan, Yes to all three, please! Thank you so much for catching these 🙂 Q1. Q2. Add to Design > Custom CSS /* Force desktop nav on tablet - version 2 */ @media screen and (min-width:768px) and (max-width:991px) { .header-display-desktop { display: flex !important; } .header-display-mobile { display: none; } .header-burger { display: none; } .header-nav { display: flex !important; } .header-nav { display: flex !important; flex: 70% !important; justify-content: flex-end; width: 70% !important; } .header-title { flex: 50% !important; } /* Inclusive */ div#block-99fba9e3f545ec820c66 * { font-size: 30px; } } Q3. Follow this guide 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
HunterD Posted April 9, 2022 Share Posted April 9, 2022 On 5/9/2021 at 11:47 AM, tuanphan said: Add to Design > Custom CSS /* Mobile footer side by side */ @media screen and (max-width:767px) { div#page-section-60963f488f966c26e837b484 .span-6 { width: 50% !important; float: left !important; } } I am trying the exact same code to do the same thing, but it won't work, not matter what. Can you help me , please. Here's the site: mashaborak.com - Thank you!!!! Link to comment
HunterD Posted April 10, 2022 Share Posted April 10, 2022 @tuanphanI answered you on another post, feel free to answer here as well, Thanks! Link to comment
tuanphan Posted April 11, 2022 Share Posted April 11, 2022 13 hours ago, HunterD said: @tuanphanI answered you on another post, feel free to answer here as well, Thanks! I see you solved? 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