Tagged: , ,

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

    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.
    :-)

    #1235555

    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

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