Hello,
i have two icon lists next to each other with big icons. It looks fine in desktop view but not in mobile view. The vertical distances between the icons are not equal. You can see it on my frontpage where I have the 10 icons.
How can I fix that?
Hey t73z,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.home #av_section_2 .av_one_half.avia-builder-el-11 {
margin-bottom: 0 !important;
}
.avia-icon-list li {
min-height: 90px;
}
}
Hope this helps :)
Best regards,
Nikko
Hi Nikko,
works, thanks!
Best regards
Thomas