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

    I have the Grid Row height set to 100% but it still is really off on Mobile and isn’t full page or even close. Can you take a look and let me know how to move the top area down more? I have the page in private. And here is a screenshot: https://drive.google.com/file/d/1C0o4Iu0-2PWyxaPpdKEN5x8cFAUFUa4a/view?usp=sharing

    #1432662

    The page in private is the update link I need help with. It is full page, 100% on desktop, but in mobile view, it doesn’t look good. Please let me know how to adjust to make full length on mobile. thanks

    #1432793

    Hi,

    Thank you for the inquiry.

    You can add this css code to apply a minimum height to the cell on mobile view.

    @media only screen and (max-width: 769px) {
      .flex_column.av-l3szqp26-162f9236fd15346c9c727f5f94b66dce {
        min-height: 50vh !important;
      }
    }

    Best regards,
    Ismael

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