Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1176367

    Hello, Support,

    we have activated Enfold 4.7.1. For events, the columns set with the Layout Architect are not wrapped on mobile devices.

    Thanks for your support.

    Tobias

    #1176451

    Hey Tobias,

    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) {
      .container {
          padding: 0px 30px;
          width: 100%;
      }
      div .av_one_fourth,
      div .av_one_third,
      div .av_two_third {
        width: 100%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1179441

    Thanks Vicotria, that helped

    Thanks a lot!

    Tobias

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘the events calender layout damaged with enfold 4.7.1’ is closed to new replies.