Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #945773

    site: http://www.myhomebuyapp.com. have used the app launch demo and did not change grid settings but does not respond to ipad screen. Some of the images disppear but except one. I’ve checked the settings in all 4 grids and they are the same. Also logo on ipad not responsive either. ? are the specific settings for ipad. Mobile is fine looks good.

    Do Grids not work so well for ipad?

    thanks

    #946498

    Hey romaronline,

    It’s not clear what youa re trying to achieve? Please elaborate. But grids do work well in mobile device and you can set the break points in the screen options settings.

    Best regards,
    Vinay

    #946970

    thanks, My problem is on ipad it is sort of OK but landscape the grid sections don’t respond to screen so well. the images on 3 of the grid sections on the landing page hide except the 4 grid section shows it but is merged with the image in the previous grid section which is supposed to be hidden. Also the text in the grid cells on the right appear but are indented to the right of the screen. Is it possible to respond to the ipad screen with the text adjusting to the middle. If I cange the breakpoint to tablet then it messes up the responsiveness on mobile. So how can I achieve responsiveness on both tablet and mobile in portrait and landscape? Perhaps don’t use grids? or what?
    cheers. Hope the screenshots links work?
    Avani
    Screenshot on ipad landscape
    Screenshot on ipad landscape images should be hidden but not

    #947939

    Hi,

    Did you turn on the custom css class field ( Enfold > Layout Builder > Show element options for developers ) ? If it is enabled, apply a unique css class attribute to the cells with the image (ex: “cell-image”). We’ll use that attribute to adjust the position of the background image on mobile view.

    @media only screen and (max-width: 1024px) {
        .cell-image {
          background-position: center center !important;
        }
    }

    What is the actual model or version of your iPad device?

    Best regards,
    Ismael

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