Topic: Change post per row on mobile layout

Posted under e621 Tools and Applications

Currently 621 shows 3 posts per row on mobile layout. Is their any way (like a tampermonkey script or custom css) to make it show only 2?

laurdin said:
Currently 621 shows 3 posts per row on mobile layout. Is their any way (like a tampermonkey script or custom css) to make it show only 2?

Yes.

dba_afish said:

section.posts-container { grid-template-columns: repeat(2,1fr); }

Damn, been looking for this forever and you just up and did it. Thanks!!