Site logo

Archived topic

Homepage design

25 replies · Started by Abdul on October 18, 2021

Viewing posts 16–26 of 26

Try this CSS:

.wp-show-posts-columns .wp-show-posts-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5px;
    border: 1px solid #000;
}
.wp-show-posts-columns .wp-show-posts-inner > div:last-child {
    margin-top: auto;
}

Thanks a lot, David.

can you please let me know how to remove those numbers that are displayed under the posts? The one's used to move to the next pages.

Page details provided in the Private information section

Thanks Ying
Can you please let me know how to reduce the blank gaps between the image and the read more button?

Give this CSS a try:

.wp-show-posts-columns .wp-show-posts-inner {
    height: auto !important;
}

Let me know :)

No, It did not work. Still have those blanks in the container.

Perfect, Thanks Ying. It looks good now.

Thanks to David too for helping out on this.

No problem :)

I deleted a few categories and now it is showing the same posts across all the categories.

Can you please let me know how to fix it

Can you open a new topic as this issue is not related to the original question?

Thanks!

This archived topic is closed to new replies.