+ Reply to Thread
Results 1 to 3 of 3

Thread: Mobile Version, Pictures

  1. #1
    Senior Member
    Join Date
    Aug 2013
    Posts
    121

    Mobile Version, Pictures

    Hi Rudi,

    The following code works good only when turning the phone to horizontal position:

    @media screen and (max-width: 575px) {
    section#accounts.grid > article {
    width: 50%;
    }


    How to make it work for the vertical position?


    Many Thanks

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    This code works fine for both positions

    What mobile device do you use?

  3. #3
    Senior Member
    Join Date
    Aug 2013
    Posts
    121
    Hi Rudi,

    I am using iPhone 7, any idea?

    Many thanks

+ Reply to Thread