On mobile for the enfold medical demo the 3 boxes overlap the slider on mobile. How do I make this not occur?
Hey Embassybilling67,
Add this to quick css:
@media only screen and (max-width: 767px){
.flex_column_table.av-equal-height-column-flextable.-flextable{
margin-top:-100px!important;
}}
Best regards,
Jordan Shannon