daemonologist a day ago

.site-content .post has `overflow: hidden;`, .site-content .entry-content has `max-width: 965px;`, and .wide-content has `margin-right: -34.0740%;` Disabling the margin-right or, preferably, the max-width rule will fix the layout. Or make your browser less than 1700px wide.

(Crazy rats nest of CSS rules, I assume this is a wordpress/wordpress template thing.)

busymom0 a day ago

Yes, same issue for me. The negative margin-right is causing the issue:

    margin-right: -34.0740%;
fwip a day ago

If you resize the window to a narrower width, it will wrap more normally.

  • glaucon 16 hours ago

    A bit weird that it's necessary but thank you for pointing it out.

[removed] a day ago
[deleted]
tempfile a day ago

Same for me. You can get around it by zooming in.