Site logo

Archived topic

Single posts - show featured image in another column

1 reply · Started by madmanweb on June 5, 2019

Viewing posts 1–2 of 2

Hi.

My site is for a podcast so I want people to quickly see the player without the feature image taking up a lot of space.

I tried aligning the feature image to the right and reducing its height in the customiser using a "content/no sidebar" layout but that makes the lines of text very long. The linked URL should explain what I mean.

Is there any way to push the feature image to the right but keep the width of the content column restricted? Or to split the content into two columns and put the feature image on the right?

Hi there,

you could reduced the content and footer meta with this CSS:

.single-post .entry-content, .single-post footer.entry-meta {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
This archived topic is closed to new replies.