Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1305676

    On the page https://bplacestaging.wpengine.com/services/independent-living/, I have a text box on the right side in a grid row. It is at the bottom of the cell on a wide screen, which is as it should be. However, when it switches to the mobile view, the text box is on the top of the cell — which covers the faces. Can the box be at the bottom of the cell, as it is supposed to be?

    #1305912

    Hey rmatus,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .page-id-73 #av-layout-grid-1 .flex_cell_inner {
      margin-top: 100%;
    }
    }

    Best regards,
    Rikard

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