[Resolved] Can't figure out why line disappears on mobile

Home Forums Support [Resolved] Can't figure out why line disappears on mobile

Home Forums Support Can't figure out why line disappears on mobile

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

    Hi

    I really can’t figure out why a line <hr> tag disappears when the screen size becomes smaller.

    Is this some theme setting I am aware of?

    Any help with this would be much appreciated! πŸ™‚

    Cheers.

    #745131
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I’m seeing it here: https://www.screencast.com/t/wo6Podv1k0

    Are you seeing something different?

    #745290
    Matthew

    Hi Tom

    Apologies that line does actually stay, it’s the one below it that doesn’t, the first line seems to always stay in a list but the others all disappear on mobile.

    If you look on for example the “Upcoming list” the first HR line stays but all the others in the list disappear on mobile.

    #745519
    Tom
    Lead Developer
    Lead Developer

    Hmm, try adding this CSS:

    @media (max-width: 1024px) {
        .lgc-clear {
            display: block;
        }
    }
    #746162
    Matthew

    That’s great this seems to have fixed it! πŸ™‚

    #746368
    Tom
    Lead Developer
    Lead Developer

    Awesome πŸ™‚

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