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

    Do you have an idea how i can put the symbols (arrows) before the text than iunder the text?
    On desktop its ok mobile not.

    That would be great!

    Many greetings rixi

    #1438065

    Hey rixi,

    I’m not sure that I understand your intentions, could you post a screenshot highlighting what you would like to achieve please?

    Best regards,
    Rikard

    #1438070

    Hi Ricard,
    the arrow is always over the text on the mobile version.

    Many regards
    rixi

    #1438216

    Hi,

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

    @media only screen and (max-width: 767px) {
    .page-id-4608 #av_section_5 .iconlist_icon {
      display: initial;
    }
    
    .page-id-4608 #av_section_5 .article-icon-entry {
      display: inline-block;
      padding-left: 10px;
    }
    }

    Best regards,
    Rikard

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