Archived topic
Can't figure out why line disappears on mobile
5 replies · Started by Matthew on November 30, 2018
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.
Hi there,
I'm seeing it here: https://www.screencast.com/t/wo6Podv1k0
Are you seeing something different?
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.
Hmm, try adding this CSS:
@media (max-width: 1024px) {
.lgc-clear {
display: block;
}
}
That's great this seems to have fixed it! :)
Awesome :)