Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #684305

    Hi Team,

    I have a problem with two grid section cells on iPad in portrait mode. I want the second cell displayed on its own on iPad like on a smartphone. What do I need to copy to quick css to switch earlier?

    The page I’m talking about:
    http://webigami.de/uli/#mehr
    Thank you
    Jan:)

    • This topic was modified 8 years, 2 months ago by WEBIGAMI.
    #685169

    Hey Jan!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 1024px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        display: block;
        margin: 0;
        height: auto !important;
        overflow: hidden;
        padding-left: 8% !important;
        padding-right: 8% !important;
    }
    
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        width: 100%;
    }
    }

    Regards,
    Ismael

    #685185

    Hey Ismael,

    thank you very much!!!!

    Cheers,
    Jan :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Grid Section Cells Responsive iPad Portrait’ is closed to new replies.