laurentrend Posted July 24, 2020 Share Posted July 24, 2020 Site URL: https://www.selfpractice.com.au/ Hi there, Hoping someone can help.. I'm really happy with the layout of my footer blocks on Desktop. When I switch over to mobile view, everything is a squished mess. Is there a way to include custom css so the view on mobile isn't like this? While maintaining the layout on Desktop? Thanks! Link to comment
LostBoy Posted September 26, 2020 Share Posted September 26, 2020 .Footer-inner {display: flex!important;} .Footer-blocks--top, .Footer-blocks--middle, .Footer-blocks--bottom {flex: 1!important; display: flex!important; flex-flow: row nowrap!important; justify-content: center!important;} @media only screen and (max-width:950px){.Footer-inner {display: inline;}} 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