[Support request] wasp-card title length

Home Forums Support [Support request] wasp-card title length

Home Forums Support wasp-card title length

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2199365
    Philippe

    Hello,

    I made a homepage with the latest posts of several categories, in these lists of posts, the title is truncated, how can I make the word count of wpsp-card longer?
    see the page here

    Many thanks
    Phil

    #2199414
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > Additional CSS – and DELETE this CSS Rule:

    .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;
    }
    
    #2199429
    Philippe

    Hi,

    Many thanks David, but i don’t have this css rules in customizer

    what can i do more ?
    best regards
    Phil

    #2199457
    David
    Staff
    Customer Support

    Are you sure? I cans see this on your site:

    /* titre widget citation */
        .generate-columns-container article .entry-header .entry-title, .wp-show-posts article .wp-show-posts-entry-title {
            line-height: 2.5ex;
            height: auto;
            overflow: visible;
            text-overflow: ellipsis;
        }

    And its being loaded by the Customizer > Additional CSS

    #2199664
    Philippe

    Hi,

    the css rule wasn’t in customizer, then i’ve copied your rule in customizer and i’ve modify “overflow:hidden” by “overflow:visible”, and now all is ok for me

    many thanks
    Phil

    #2199688
    David
    Staff
    Customer Support

    Glad to hear that

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