• Hi all and thank you for this lightweight plugin!

    In my blog (https://alessandropagano.net/blog) i would display the entire title for each post.
    At the moment some titles are truncated in every wp-show-post entry.

    Thank you in advance for your help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi,

    That effect is caused by a custom CSS that isn’t added by WPSP by default.

    You seem to be using GeneratePress’ Dispatch theme.

    I believe that theme adds in this CSS:

    @media (min-width: 768px) {
    .generate-columns-container article .entry-header .entry-title, .wp-show-posts article .wp-show-posts-entry-title {
        line-height: 2.5ex;
        height: 5ex;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    }

    Change this CSS’s height value to auto so the title doesn’t get truncated.

    Thread Starter aleko

    (@aleko)

    It works! Thank you so much!

    Plugin Support Elvin

    (@ejcabquina)

    Nice one. Glad it works for you. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display entire title’ is closed to new replies.