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

    Hi i have some icons with text for part of navigation on a hp. On mobile view this takes to much space. How can i remove these icons on mobile devices?

    Thanks Simon!

    #433428

    Hi Simon

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your text block element which contain those icons a custom class and then add following code to Quick CSS

    @media only screen and (max-width: 480px) { 
    .your-custom-class .av_font_icon { display: none !important; }}

    Cheers!
    Yigit

    #433485

    Hi Yigit,

    thanks for the answer!

    Regards

    Simon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘how to remove parts of content for mobile version’ is closed to new replies.