Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Tatiane Pires
tagDiv Member

The website with this page where I need two columns is running Newspaper 8.6. Now I checked Newspaper > System Status, and the version 8.7.2 is available. Maybe this is the reason your screenshots have more options for column layout than the ones available here. I’ll update and follow your suggestion. Thanks.

Tatiane Pires
tagDiv Member

Same problem here.

I found that it’s another piece of Newspapers’ CSS that’s breaking alignleft and aligntight:


.wp-caption {
text-align: center;
max-width: 100% !important;
}

“max-width: 100% !important” is breaking the inline max-width set according to the image size. I removed that line, and everything works fine again.

If that max-width is needed by Newspaper elsewhere, it should have a more specific declaration that excludes captions inside post content.

From where I see it, it seems too simple to be fixed. It’s sad that an actual fix haven’t been shipped yet several updates after the bug was reported.

Viewing 2 posts - 1 through 2 (of 2 total)