Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1058420

    Hi, so I still don’t understand why the IPAD in portrait view renders like this: https://prnt.sc/mbrsff
    Rather than in a singular column like a smartphone in portrait view

    Can you help please?

    #1058467

    Hey Justin,

    Add this to quick css:

    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)  {
    #awa .flex_cell{
    display:inherit!important;
    }
    #awa .no_margin.av_one_half{
    width:100%!important;
    }}

    Best regards,
    Jordan Shannon

    #1058719

    Hey Jordan, this is also affecting the LANDSCAPE version as well.
    Only seeking to have the portrait version of the IPAD render in the singular column. Thanks

    #1058720

    I may have figured it out

    #1058755

    Hi,

    Great! Did you need additional help, or shall we close?

    Best regards,
    Jordan Shannon

    #1058827

    That would be all Jordan, thank you

    #1058945

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Portrait IPAD Rendering.’ is closed to new replies.