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

    Hello,

    We are using a 5 column grid in the footer. It is set to stack below 767, but is not.

    Please advise, thanks kindly

    #1414269

    Hey finchkelsey,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #footer-main .av_one_fifth {
      width: 100%;
      margin: 0;
      display: block;
    }
    }

    Best regards,
    Rikard

    #1414585

    Thanks,

    This doesn’t seem to work. We had this issue q few months ago as well (see previous support question).
    Thoughts?
    Thanks

    #1414606

    Hi finchkelsey,

    Please try to use this CSS code and see if it helps:

    @media only screen and (max-width: 767px) {
      #top #footer-main .av_one_fifth {
        display: block;
        width: 100%;
      }
    }

    Best regards,
    Nikko

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