Forums

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

Home Forums CSS The text line is cut on 320px

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

    http://imgur.com/5uuAD2H
    What is happening in here?

    site :
    http://logic.al/

    #207441
    Paulie_D
    Member

    Cannot see anything like that on the linked page.

    Regardless, a demo in Codepen reproducing the issue is preferable to making us root around your site using Developer Tools.

    Help us help you.

    #207443
    Senff
    Participant

    The headers/titles have a top margin of -5px. Remove those and you’re all set.

    http://logic.al/t3-assets/css/css-8d744.css?t=614 (lines 18 and 19)

    @media screen and (max-width: 767px)
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: -5px;
        margin-bottom: 12px;
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.