[Resolved] Homepage design

Home Forums Support [Resolved] Homepage design

Home Forums Support Homepage design

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #1970894
    David
    Staff
    Customer Support

    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;
    }
    #1971070
    Abdul

    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

    #1971077
    Ying
    Staff
    Customer Support

    Hi Abdul,

    Uncheck the Pagination box in the WP show posts list should work:
    https://docs.wpshowposts.com/article/posts-overview/#pagination

    Let me know πŸ™‚

    #1971098
    Abdul

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

    #1971112
    Ying
    Staff
    Customer Support

    Give this CSS a try:

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

    Let me know πŸ™‚

    #1971121
    Abdul

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

    #1971152
    Ying
    Staff
    Customer Support

    It seems been overridden, I edited the CSS, can you give another try?
    https://generatepress.com/forums/topic/homepage-design-2/page/2/#post-1971112

    #1971167
    Abdul

    Perfect, Thanks Ying. It looks good now.

    Thanks to David too for helping out on this.

    #1971173
    Ying
    Staff
    Customer Support

    No problem πŸ™‚

    #2234253
    Abdul

    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

    #2234298
    Ying
    Staff
    Customer Support

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

    Thanks!

Viewing 11 posts - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.