Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #410485

    Hi
    Is it possible to use a % size in a grid row, so that it will work better in responsive?
    Perhaps using the Section ID?

    I also have a problem with the text alignment in the cells. On all platforms except iphone the text aligns as set to “Middle”. On the iphone it aligns in the top???

    Best regards

    • This topic was modified 9 years, 9 months ago by Henrikgood.
    #410648

    Hi Henrikgood!

    The grid row is responsive. It will scale it’s cells to fit inside a “row”. Perhaps your wanting a color section instead?

    Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.

    Regards,
    Elliott

    #410718
    This reply has been marked as private.
    #411249

    Hey!

    It looks like you set a height of 500px to it. Send us a WordPress login and we’ll take a closer look.

    Best regards,
    Elliott

    #411466
    This reply has been marked as private.
    #411798

    Hi!

    Remove the Minimum height setting then add a unique id attribute in the Section ID field. Use “custom-grid” for example. Use css media queries in the Quick CSS field in order to specify the minimum height of the cells in different screen sizes:

    @media only screen and (min-width: 989px) {
      /* Add your Desktop Styles here */
     #custom-grid .flex_cell { min-height: 500px; }
    }

    Cheers!
    Ismael

    #411981

    Great, I will try it out now

    #412240

    Hi!

    Please do so and let us know so we can mark the thread as resolved or assist you further :)

    Best regards,
    Yigit

    #447677

    Yes, this worked

    #448192

    Hi!

    Great, glad you got it fixed.

    Cheers!
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Grid row i %’ is closed to new replies.