Featured image and post title (heading) are misaligned

Home Forums Gillion Theme Featured image and post title (heading) are misaligned

Home Forums Gillion Theme Featured image and post title (heading) are misaligned

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • gateway
    Participant

    Hi

    I’m having an issue on the category page where the post featured image and post title (heading) are misaligned, but it’s only happening on the category which contains video posts, others are functioning well.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @gateway,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .archive .blog-style-left .post-container-right {
        align-items: unset;
    }

     

    After using the CSS code, please clear the cache that you are using on your website.

     

    Best regards,
    Shufflehound team

    gateway
    Participant

    it worked, great.

    just a side note it increased the spacing between post.

    Thank You!

    Solution for this topic

    To reduce the spacing between posts, please also use the below CSS code.

     

    .archive .blog-style-left .post-container-right {
        height: auto !important;
    }

    gateway
    Participant

    Thank You

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)