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

    The page PRESS does not display the content of the page in the mobile.

    #898216

    Hey swmfirm,

    This seems to be a padding issue. Add the following to quick css:

    @media only screen and (max-width: 767px)  {
    .flex_column.av_one_full.flex_column_div.first.avia-builder-el-2.el_after_av_one_full.avia-builder-el-last.column-top-margin{
    padding:inherit!important;
    }}

    Best regards,
    Jordan Shannon

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