• I’m needing to change themes as the one I am currently using was bought out by another company and no longer supported with updates.

    I’m really liking the Tracks theme for my podcast. I currently use a square grid for my episodes, which has suited me well for the past two years. These are not easy to come by in themes unless you run a photography site. However, those themes are not suitable for my needs as I run a podcast.

    Is there an option in the pro plugin to change the sizing to square as opposed to a rectangle? I see you can use the full-size version option but that’s way too big and forces the user to scroll through to find what they want. I prefer the horizontal with Title and short description with a square image to the left or right if that’s possible. I’m fairly good at CSS, but have never been able to implement that on past themes.

    Otherwise, this theme looks fantastic. I’m just hedging before I upgrade. Please let me know.

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

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

    (@bensibley)

    Thanks for the kind words! I’m glad you like Tracks.

    Try out this CSS:

    @media all and (min-width: 900px) {
    
      .excerpt-container {
        height: 44.5vw;
        max-height: 640px;
      }
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    That should keep the Featured Images as perfect squares on the blog and archive pages.

Viewing 1 replies (of 1 total)
  • The topic ‘Square image option in Pro Plugin’ is closed to new replies.