Site logo

[Resolved] Weird spacing/sizing issue with WP show posts

Home Forums Support [Resolved] Weird spacing/sizing issue with WP show posts

Home Forums Support Weird spacing/sizing issue with WP show posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1846916
    James

    I am testing the WP Show Posts plugin and getting some strange behavior with the spacing of the third column in the first row. The first 2 columns have the correct width of 33% but the third column is much wider. At 1024px screen width, the third column overflows into the sidebar and some of the text is hidden. The second row has correct width for all 3 columns. Please take a look at the test page that I linked. Thanks.

    Also, I want to display the date last updated instead of the published date in the post list. There is an option to sort by date modified, but no option to actually show the date modified in the list.

    #1846926
    Leo
    Staff
    Customer Support

    Hi there,

    Can you open a support topic in WP Show Posts’ support system?
    https://wordpress.org/support/plugin/wp-show-posts/

    Thanks!

    #1846962
    James

    I thought the problem might have had something to do with GeneratePress settings or the CSS I was using. I found out the problem was happening because long words (or words connected with &nbsp non-breaking space) will increase the size of a flex box beyond the specified width.

    I was able to solve the problem by adding this css.

    .wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) {
        word-break: break-word;
    }

    I will open a support topic in the plugin page for the other question about showing the updated date.

    #1847074
    Leo
    Staff
    Customer Support

    Thanks!

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