[Support request] Single posts – show featured image in another column

Home Forums Support [Support request] Single posts – show featured image in another column

Home Forums Support Single posts – show featured image in another column

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #920377
    madmanweb

    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?

    #920723
    David
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.