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

    On mobile for the enfold medical demo the 3 boxes overlap the slider on mobile. How do I make this not occur?

    #1047392

    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

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