TomKnowsNoCSS Posted May 11, 2020 Share Posted May 11, 2020 Site URL: https://www.boutique14.co.uk/home1 Hi, trying to configure the footer navigation. I am happy with a centered stacked layout on desktop, but on mobile it's all bunched too closely together and I'm concerned about accessibility because the links are too close together. It would be good if on mobile only I could either space the links out more, or use columns. I'm messing about with this CSS: @media screen and (max-width: 640px) { .Footer-bottom { layout: columns } } It doesn't work. Could do with some help please. Thank you. Link to comment
tuanphan Posted May 11, 2020 Share Posted May 11, 2020 Add to Home > design > Custom CSS @media screen and (max-width:640px) { .Footer-nav-group { display: flex !important; } } TomKnowsNoCSS 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
TomKnowsNoCSS Posted May 11, 2020 Author Share Posted May 11, 2020 Fantastic! Thank you. 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