Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1226200

    Hi, Is there any way I can get the footer to shrink on mobile.
    On mobile i need the footer columns under each other.
    Thanks.

    #1226291

    Hey SK-RE,

    Please add this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #footer .flex_column {
        width: 100% !important;
        float: none;
        margin-right: 0 !important;
      }
    }

    Best regards,
    Nikko

    #1226311

    Perfect! Thanks.

    #1226316

    Hi SK-RE,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer Breakpoint on mobile’ is closed to new replies.