MikeErmantrout
New Arrival
Okay so my grid layout shows fine on desktop but when I put display: block to show the thread snippet, the thread view overlaps but the sticky threads stay? How do I make them stay?
This is the website https://forum.agoraroad.com/index.php?forums/cassettes-vinyl-releases.21/
This is what it looks like before

After

How do I make it so it will not overflow the borders? It seems to not effect the sticky threads so I dont understand why its not working for regular threads?
This is the website https://forum.agoraroad.com/index.php?forums/cassettes-vinyl-releases.21/
This is what it looks like before
@media (max-width: 650px)
css.php?css…1b570eaa:34
body[data-template="forum_view"] .cxf-ts.contentRow-snippet {
[LIST=1]
[*] display: none;
[/LIST]
}

After
@media (max-width: 650px)
css.php?css…1b570eaa:34
body[data-template="forum_view"] .cxf-ts.contentRow-snippet {
display: block;
}

How do I make it so it will not overflow the borders? It seems to not effect the sticky threads so I dont understand why its not working for regular threads?
Last edited:







