Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1378317

    The grid row is set to display each column on its own at 767 and lower.
    Please advise, thank you.

    #1378341

    Hi finchkelsey,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #top .footer.av-layout-grid-container {
        display: flex;
        flex-direction: column;
      }
    
      #top .footer.av-layout-grid-container .flex_cell {
        width: 100%;
        padding: 10px 10px 40px !important;
      }
    }

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.