• Hi Admin,

    My CSS does not work for the IPhone XS Max, please need your help to look into it
    `/* For Iphone XS Max */
    /* 2688x1242px at 458ppi */
    @media only screen
    and (device-width : 414px)
    and (device-height : 896px)
    and (-webkit-device-pixel-ratio : 3) {
    .ere-property-element {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    }
    }

    My phone still looks like this in the following link:
    https://ibb.co/rKhSYP8
    https://ibb.co/ng3J3NH

    I need the properties to be displayed in one column and maximized the column padding.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author g5theme

    (@g5theme)

    With display, you should custom/add css via your theme, don’t do it via plugin.
    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘iphone XS Max CSS doesn’t work’ is closed to new replies.