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

    For some reason the content is not vertically centered in the white space on mobile – can you help?

    Whats-App-Image-2024-01-23-at-11-42-50-52a46305

    It looks great on desktop, just not on mobile.

    #1431831

    Hi whdsolutions,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .av-layout-grid-container .av-gridrow-cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    
      .responsive #top #wrap_all .av-layout-grid-container .av-gridrow-cell .flex_column {
        margin-bottom: 0;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1431850

    Absolutely fabulous – Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Positioning on mobile’ is closed to new replies.