• Hello — I’m not sure this is possible since having a half-and-half page with the left half image and the right half post is the central aesthetic with this theme, but I was wondering if there was a way that I could change the size of the featured photo on the left to make it smaller and make the post area larger?

    I’m mostly wanting to do this so the occasional photo gallery blog post I have (like the one I posted a link to) can have a larger area for the post/gallery on the right.

    If it’s not possible, that’s fine, but I wanted to ask. Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @sbbn,

    It should be possible to change the columns widths using some custom CSS code, such as:

    .is-singular:not(.home) .site-inner {
        width: 70%;
    }
    .has-post-thumbnail.is-singular:not(.home):not(.single-format-image):not(.page-template-eventbrite-index) .entry-header,
    .is-singular .entry-media {
        width: 30%;
    }

    You can adjust the 70% and 30% accordingly to suit your tastes. I hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Is there a way to reduce the size of the featured photo on post pages?’ is closed to new replies.