On desktop view I have used -220px margin on a column to overlap an image displayed above.
On mobile, the top part of the column disappears below the header.
Please advise on how I can enable the column margin on mobile view to be 0px.
Please see links and access in private content.
:-)
Hey studiovene,
Add this to quick css:
@media only screen and (max-width: 767px){
.flex_column_table.av-equal-height-column-flextable.-flextable{
margin-top:0px!important;}}
Best regards,
Jordan Shannon