Hello,
In the image (private content) how do I reduce the spacing, in mobile, where the red arrows are?
Thanks!
Hey Cynthia45!
Thank you for using Enfold.
Use the following css code to decrease the columns’ bottom margin.
@media only screen and (max-width: 767px) {
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
margin-bottom: 0;
}
}
Cheers!
Ismael
Thank-you!