Okay
  Public Ticket #2323926
Footer columns mobile version
Closed

Comments

  • FridayEveryday started the conversation

    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.

  •   FridayEveryday replied privately
  •  3,022
    Andrew replied

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

  • FridayEveryday replied

    Perfect! Thank you!