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

    I was trying to figure out how to set custom margins on my table that overlaps the main slider. On mobile I do not want it to overlap the above content how do I get that to work?

    #1219512

    Hey jblacksten,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    #av_section_1 .flex_column_table.av-equal-height-column-flextable.-flextable{
    margin-top:20px!important;
    }}

    Best regards,
    Jordan Shannon

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