Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Iphone cuts some text in the website paragraph

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #205347
    drm
    Participant

    Hi guys, I have this strange issue, a website I am currently working on is acting strange on an iphone (i have no idea which iphone user uses to test), but it works ok in every other environment I checked.
    Thats how it looks on chrome mobile mode (http://imgur.com/XNYy5Sb) and this print screen was sent by user to me. I have no idea why half of the last row is cut in half (http://imgur.com/u4Eq4qa). Any help is appreciated.

    #205348
    drm
    Participant

    Every article is listed in <li>. Here is a snapcode of the css:

    .article .blog-widget ul.blog-listing {
    list-style: none;
    margin: 0;
    }
    .blog-widget ul.blog-listing li {
    clear: both;
    margin: 0 0 0px 0;
    margin-bottom: 50px;
    }
    

    Its pretty simple and even my potato phone (Samsung Galaxy Gio S5660) shows it without any issues.

    #205349
    Paulie_D
    Member

    We can’t really tell much from images and a code snippet.

    A link to the actual page would be optimal.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.