Comments banana_man_web started the conversationAugust 10, 2020 at 3:40pmHey,How can I change the Margins of the footer so they would be inline with the hamburger menu for instance?Thanks 2,965Andrew repliedAugust 10, 2020 at 4:36pmHi there,Use the following custom css in Salient > General settings > CSS/Script related: @media only screen and (max-width: 999px) { #footer-widgets .container .col { margin-bottom: 0; } } Hope this helps.. Sign in to reply ...
Hey,
How can I change the Margins of the footer so they would be inline with the hamburger menu for instance?
Thanks
Hi there,
Use the following custom css in Salient > General settings > CSS/Script related:
Hope this helps..