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?
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