• Hi there!

    Love the theme, looks great on my new site. Just curious if there’s a way to customize the size of the featured image in the post — I find that the content otherwise gets buried with the oversized image and might negatively affect my bounce rate.

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Tracks!

    The featured image height can be reduced on the Post pages with the following CSS:

    .entry .featured-image {
      padding-bottom: 50%;
    }

    Copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    The “50%” value can be adjusted to increase/decrease the height of the featured image.

    P.S. We have a growing library of similar CSS snippets you can copy and paste to customize your site. You can check it out here: https://www.competethemes.com/help/tracks-css-snippets/

Viewing 1 replies (of 1 total)
  • The topic ‘Post Image Size’ is closed to new replies.