TomKnowsNoCSS Posted May 11, 2020 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.
tuanphan Posted May 11, 2020 Posted May 11, 2020 Add to Home > design > Custom CSS @media screen and (max-width:640px) { .Footer-nav-group { display: flex !important; } } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.