Grid Layout is overlapping

MikeErmantrout

New Arrival
Joined
Jun 20, 2021
Messages
14
Reaction score
6
FP$
58
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
@media (max-width: 650px) css.php?css…1b570eaa:34 body[data-template="forum_view"] .cxf-ts.contentRow-snippet { [LIST=1] [*] display: none; [/LIST] }
Screen Shot 2021-08-01 at 1.41.26 PM.png

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

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:
Back
Top Bottom