On my services page, I have series of icon box and they look great on desktop, however on mobile there is no space between them
screenshot – https://ibb.co/L1fXyYp
how do I add spacing between them on mobile?
live site – https://kristyj.sg-host.com/services/
Hey navindesigns,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.page-id-137 #av_section_3 .av_one_fourth {
margin-top: 40px;
}
.page-id-137 #av_section_3 .first.av_one_fourth {
margin-top: 0;
}
}
Best regards,
Rikard
This works
thanks as always