SKT Adventure – Post Category Layout Issues

Home Forums All Other Themes SKT Adventure – Post Category Layout Issues

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #204726
    Apex AtlantaApex Atlanta
    Participant
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: January 26, 2023

    Support,

    On post category pages, the layout is not displaying the featured image (thumbnail) and excerpt correctly, or I am missing a setting somewhere!

    The featured thumbnail image appears to be much too tall per post. This is pushing excerpts to become misaligned, and even not display. The category posts are not displaying anything like in the demo (https://sktperfectdemo.com/demos/adventure/blog-right-sidebar/).

    Please review and let me know how to fix! Example category page: https://www.trailsandtap.com/trails

    Thank you!

    #204730
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .lay4_inner .post {
      float: left;
    }

    Regards,
    Chris

    #204747
    Apex AtlantaApex Atlanta
    Participant
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: January 26, 2023

    Thank you – That fixed the alignment of the excerpts. The thumbnails are still not correct though – They’re being resized to display much taller. All featured images are square 470px x 470px. Please let me know how to correct this as well.

    Thanks again!

    #204756
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to display image in correct size.

    .imgwrap img {
      height: auto;
    }

    Regards,
    Chris

    #204784
    Apex AtlantaApex Atlanta
    Participant
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: January 26, 2023

    Perfect – That works! Thanks again for your help.

    #204789
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.