Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #706183

    I have a Grid Row with a fixed height and the contents for each of the two cells are set to align to the bottom. However, when the width of the browser window changes and the cells of the Grid Row stack on top of one another, the contents align to the top of the cell.

    Is there a fix for this?

    #706234

    Hey sabrinarubli,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Jordan

    #707775

    Here you go.

    #708991

    Hi,

    Thank you for the info.

    We added this code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
        #learnmore .flex_cell {
            position: relative;
        }
    
        #learnmore .flex_cell_inner {
            position: absolute;
            bottom: 0;
        }
    }
    

    Best regards,
    Ismael

    #709115

    Perfect! Thanks, Ismael.

    #709313

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

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