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

    The following class does not work on iOS devices. In Safari and chrome it is ok. Where is the fault?

    .check-list ul {
    list-style: none;
    margin-left: 0px;
    }

    .check-list li {
    padding: 6px 0px 5px 40px;
    position: relative;
    }

    .check-list li:before {
    content: ‘\f046’;
    font-family: ‘FontAwesome’;
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 5px;
    }

    #609917

    Hey ww88!

    Have you flushed cache on your mobile browser and refreshed your page a few times before checking?
    If it still does not work, please post the link to your website and point out the issue. We may need temporary admin logins as well

    Best regards,
    Yigit

    #610041

    I have the issue on all iOS devices.

    #610160

    Hi,

    Your code doesn’t seem to work on my end using Chrome, are you sure that you have imported the font properly?

    Regards,
    Rikard

    #610190

    You are right… Now (suddenly) the code does not work also im my chrome browser… Strange. How can i import the font “correctly”? Can you check that? You habe the private login data.

    #610228

    Hey!

    Login credentials are not working for me. Can you please check them once again?

    Regards,
    Yigit

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