Comments royliu124 started the conversationOctober 22, 2020 at 4:33pmHave 4 col in footer desktop view.Would it be possible to have 2 column footer 2 row in Mobile View. 2,967Andrew repliedOctober 22, 2020 at 5:11pmHi there,Add the following custom css in Salient > General settings > CSS/Script related: @media only screen and (max-width: 1000px) { #footer-widgets .container .col { width: 40%; margin: 5%; } } Hope this helps.1 Like Sign in to reply ...
Have 4 col in footer desktop view.Would it be possible to have 2 column footer 2 row in Mobile View.
Hi there,
Add the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.