astpaul2 Posted June 20, 2022 Share Posted June 20, 2022 Site URL: https://www.stephanilewis.com/ozark I am working on a portfolio site for a client and I am running into an issue. I've searched through the forum for answers but nothing I've found seems to be working. I would like to unstack the footer elements on mobile so they're horizontal and aligned to the right and left of the screen like the desktop display. I've attached screenshots with what the footer currently looks like on both mobile and desktop (the contact link is light on the mobile so hopefully it's visible). Any help is appreciated. Thanks! Link to comment
Solution tuanphan Posted June 20, 2022 Solution Share Posted June 20, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { div#page-section-614004fd6c4fe31c5b5a29ae>.row { display: flex; justify-content: space-between; align-items: center; } } astpaul2 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!) Link to comment
astpaul2 Posted June 21, 2022 Author Share Posted June 21, 2022 @tuanphan amazing, that worked perfectly! thanks so much, i appreciate it. 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