HI, How do I reduce of the green block gridrow height on mobile?
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