Hi there, please check my site in mobile phone.
The sections in the front page slides to each other.
I attach a screenshot as well.
Thanks
Hey kazse,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@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-top: 10px!important;
}}
Best regards,
Vinay