Tagged: Layout Builder, The Events Calender
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
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
Thanks Vicotria, that helped
Thanks a lot!
Tobias