Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1348121

    Is it possible to make the symbollist look better on mobile? In the moment there is lots of white space on the left side.Would be great to put the symbol over the text.
    Is that possible?

    Many greetings
    rixi

    #1348129

    Hey rixi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .avia-icon-list .iconlist_icon {
        float: inherit;
        margin-bottom: 20px;
    }
    
    .iconlist-timeline {
        display: none; 
    }
    }

    Best regards,
    Rikard

    #1348131

    Hi Rikard,
    jippy…looks perfect :)
    Thanks a lot!!!!

    Many greetings
    rixi

    #1348139

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.