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

    Hi,
    On the latest site I have built with Enfold the footer columns do not stack on mobile as they do on all the other Enfold sites.They don’t seem to be responsive but just appear next to each other in a very narrow format. I can’t seem to find what’s causing this. Can you check?

    #1240457

    Hey graphicsplus,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      #footer div .av_one_third { 
        width: 100%;
        margin-left: 0;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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