Hey paulwp
Thanks for your input. I got the 65% number from this thread .. to me, it’s a rough approximation.
I found the code you posted above. When I add “.attachment .site-content” to it, things work correctly.
body.template-front-page .site-content,
body.single-attachment .site-content,
.attachment .site-content ,
body.full-width .site-content {
width: 100%;
}
When I remove it, and just have the code as it comes with the theme, it does not work correctly.
For me, either adding “.attachment .site-content” to the class you referenced, or adding it as listed in the OP above, things work correctly. And if I remove it, the problem returns.
I don’t mean to sound like I’m arguing – I don’t know anything about code. But my theme is pretty clean – I haven’t changed anything at all, other than this specific snippet.
fwiw – I’m also finding something weird with the way the images display as thumbnails, then move to the larger page:
On this page,
wildlife photos, you can see the grizzly bear photo is the final thumbnail … but if you click it, it doesn’t have a link to “previous”, and it as a link to “next”, which goes to the loon, the first image on the page. the porcupine photo, which is 2nd last on the page, doesn’t have a link to “next”. It seems like the attachment page displays are a little out of sync with the thumbs – even though each thumb is linked to the correct attachment.
I know that’s off-topic, I just thought I’d mention it as I saw it just now.
Thanks.