Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #851206

    Hey Guys!

    On my website the iconlist (right aligned – icons right) is displayed wrongly. There’s a vertical dotted line crossing the text elements on the left side. This line should be on the right connecting the icons.

    Any ideas?

    Cheers,
    max

    #851572

    Hey MaxBlank,

    It looks ok on my side. Could you please clear the cache, check again and get back to us. OR if it is happening on another page, please give us a link to that page and post login credentials in private box below.

    Best regards,
    Victoria

    #851682

    Hey Victoria,

    thank’s for your reply :)

    The Problem occurs on Firefox ans Safari even after clearing the cache. It also apprears on the smartphone browsers Chrome and Opera. Please see Screenshots in the private content section.

    Cheers,
    max

    #852105

    Hi Max,

    That is because you have following custom CSS code

    .avia-icon-list .iconlist-timeline {
        left: 49px;
    }

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .avia-icon-list-right .iconlist-timeline {
        left: auto!important;
        right: 48px;
    }
    

    Best regards,
    Yigit

    #854657

    That worked. Thanks :)

    #854863

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Iconlist Line’ is closed to new replies.