Okay
  Public Ticket #2499442
Changing footer margins
Closed

Comments

  • banana_man_web started the conversation

    Hey,


    How can I change the Margins of the footer so they would be inline with the hamburger menu for instance?


    Thanks

  •  2,965
    Andrew replied

    Hi 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..