Theme: Pro
Stack: Integrity
Hi there … question for you. I’d like my blog posts pages to appear sort of like this:
(scroll down on that page a bit until you see the embedded video or even further (not the ads) where it shows 'Peck overseeing a rehearsal of “Carousel” in March. photo to see what i mean)
Hopefully you can see that, but if not, essentially the blog copy/writing is in a narrow container of ~700pixels wide and some (if not all) of the photos in the content of the post are full container wide (or at least wider than the 700 pixel content container.
I have found this code to make my content container a size I want, and centered in the middle of the page:
Blockquote.single-post .x-main.full .entry-header,
.single-post .x-main.full .entry-content.content,
.single-post .x-main.full .x-comments-area {
max-width: 700px !important;
margin-left: auto !important;
margin-right: auto !important;
}
That works, but then I’m unsure how to make the images (not just the featured image) a wider width than that.
Can you help? I’ll upload a screenshot to show if you are blocked from access to nytimes website.
Thank you!