ciarar Posted July 16, 2020 Posted July 16, 2020 Site URL: https://www.when-podcast.com/ Hi, in desktop view my 3 icons in the footer sit side by side horizontally, when I switch to mobile view they stack vertically and become huge, is there a way to stop this happening and keep them three in a row? Thanks!
tuanphan Posted July 16, 2020 Posted July 16, 2020 What is access password? 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!)
ciarar Posted July 16, 2020 Author Posted July 16, 2020 thanks for your response, the site should be public?
ciarar Posted July 16, 2020 Author Posted July 16, 2020 Sorry I understand , access password is ciara
tuanphan Posted July 16, 2020 Posted July 16, 2020 Add to Home > Design > Custom CSS div#page-section-5f0338212005f03d23e115a4>.row>.col { width: 33.33% !important; float: left !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!)
ciarar Posted August 31, 2020 Author Posted August 31, 2020 Hi, I had to change the footer on my site and now the piece of code you gave me is no longer working. Would it be possible for you to update it? Thank you!
tuanphan Posted September 1, 2020 Posted September 1, 2020 19 hours ago, ciarar said: Hi, I had to change the footer on my site and now the piece of code you gave me is no longer working. Would it be possible for you to update it? Thank you! Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#page-section-5f4d0099af5488518060abea .span-12 .span-4 { width: 33.33% !important; float: left !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!)
LostBoy Posted October 19, 2020 Posted October 19, 2020 @media only screen and (max-width:650px){.Footer-inner { padding: 65px; }} worked for me
Recommended Posts
Archived
This topic is now archived and is closed to further replies.