Hello,
on my mobile device my icon boxes (4 sections) are overlapping. How can I fix it? (I want more space between the boxes)?
Thanks!
Hi wpstarter!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
.iconbox_top .iconbox_content {
margin-bottom: 10px;
}
}
Best regards,
Ismael
Perfect!! Thanks a lot!