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

    HI, How do I reduce of the green block gridrow height on mobile?

    #1417017

    Hi stephaniebLOS,

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

    @media only screen and (max-width:767px) {
      #welcome .flex_cell {
        min-height: auto;
      }
    
      #welcome .flex_cell .hr {
        display: none;
      }
    
      #welcome .flex_cell .av-special-heading {
        margin: 30px 0;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

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