abunextdoor Posted July 11, 2021 Share Posted July 11, 2021 Site URL: https://www.gatedminds.com Hello, I currently have the footer missing when viewing on mobile because I didn't like that the content stacked. The code I used for that: @media screen and (max-width:767px) { .header-menu-bg.theme-bg--primary { background: #000000 !important; } footer { display: none!important; } } However, now I'd like to show the footer content but display it horizontally instead of the vertical stack. Any ideas? link: gatedminds.com/contact pass: gated Link to comment
tuanphan Posted July 13, 2021 Share Posted July 13, 2021 On 7/11/2021 at 5:12 PM, abunextdoor said: Site URL: https://www.gatedminds.com Hello, I currently have the footer missing when viewing on mobile because I didn't like that the content stacked. The code I used for that: @media screen and (max-width:767px) { .header-menu-bg.theme-bg--primary { background: #000000 !important; } footer { display: none!important; } } However, now I'd like to show the footer content but display it horizontally instead of the vertical stack. Any ideas? link: gatedminds.com/contact pass: gated Remove the footer display none code & add this to Design > Custom CSS /* align mobile footer */ @media screen and (max-width:767px) { div#page-section-60da54efea3bf34cb2f265b1 { .span-12>.row { display: flex; align-items: center; } .span-12 .span-6:last-child { width: 30% !important; text-align: right; } .span-12 .span-6:first-child { width: 70% !important; } } } 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
tuanphan Posted July 24, 2021 Share Posted July 24, 2021 and do you need to fix this? Site URL: https://www.gatedminds.com/ 1. (Mobile – Footer) Footer disappear https://www.gatedminds.com/faq 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