Comments FridayEveryday started the conversationMarch 10, 2020 at 4:16pmHow do I make a different footer for the mobile version? I currently have 4 columns with content in column 1 and 4, and unfortunately this setup makes a big gap in the mobile version. Thank you in advance. FridayEveryday replied privately 3,022Andrew repliedMarch 10, 2020 at 6:23pmHi there,Use the following custom css in Salient > General setting > CSS/Script related to reduce the space in mobile: @media only screen and (max-width: 1000px) { #footer-widgets .container .col { margin-bottom: 0; } } Hope this helps.1 LikeFridayEveryday repliedMarch 11, 2020 at 6:13amPerfect! Thank you! Sign in to reply ...
How do I make a different footer for the mobile version? I currently have 4 columns with content in column 1 and 4, and unfortunately this setup makes a big gap in the mobile version. Thank you in advance.
Hi there,
Use the following custom css in Salient > General setting > CSS/Script related to reduce the space in mobile:
Hope this helps.
Perfect! Thank you!