Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #240828

    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

    #241011

    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

    #242067

    Thanks Ismael – very much appreciated.
    Best regards,
    Paul

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide icon-list icons for small width screens’ is closed to new replies.