-
AuthorPosts
-
April 13, 2026 at 6:11 pm #1496771
Hello,
I am using the feeds plugin to pull in posts from Substack. I have modified the feed with this css. The first two increments format the text as you can see. By default the theme seems to make the thumbnails square so I added the third increment in the css to preserve the original aspect ratio of each of the thumbnails. You can see the result here: https://sethledermanmd.com/opinion-pieces/But…I need the spacing above and below the individual poqststo be consistent, you can see that the sauce below the thumbnails is larger on the ones which have thumbnails which are horizontal because the grid seems to have the same overall depth for each post. Is there a way to have them pull in with a consistent amount of space below the thumbnails and also make he spacing above a little less in height?
Thanks so much.
/* Feedzy RSS post titles */
.feedzy-rss .rss_item .title a {
font-size: 20px !important; /* Adjust the size */
color: #3b68bb !important; /* Optional: title color */}
/* Hover effect for titles */
.feedzy-rss .rss_item .title a:hover {
color: #0073aa !important; /* Optional hover color */
text-decoration: underline !important;
}.post-entry img {
width: 100%;
height: auto !important;
display: block;
}April 13, 2026 at 6:18 pm #1496772Shoot I’m seeing now the thumbnails when vertical re extending down into the next post as well. What I want to do is have the thumbnails have a consistent space above and below for each post that pulls in. It seems to be the tt=heme is controlling the size and spacing I just am having trouble figuring out this tweak, thanks.
April 14, 2026 at 7:42 am #1496787Hi,
Thank you for the inquiry.
The height of the rows are the same because of this inline style in the html.
<div class="rss_image" style="height:150px;width:150px;">You have to remove the height and width properties.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.
