Tagged: icon list
Hi there. Loving the Enfold theme – thanks!
I’m using an icon-list on a page – looks great on desktop and good sized tablet.
However, when the page is viewed on small devices, the actual icons take up a lot of the room. Is there a way I can hide the icons, and also the dotted border, when viewing on a smaller width devices – so that the text fills the width?
Hope that makes sense,
thanks for any help,
Paul
Hi Paul!
You can add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
.iconlist_icon.avia-font-entypo-fontello, .iconlist-timeline {
display: none !important;
}
}
Best regards,
Ismael
Thanks Ismael – very much appreciated.
Best regards,
Paul