Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1471112
Excerpts Portfolio
Closed

Comments

  • Don started the conversation

    Hi Gregor

    I can't figure out where to set the excerpts length for Portfolio. Now its pretty short, about 40 characters.

    BR
    Donald




  •  7,092
    Oliver replied

    HI!

    pls. add following css:

    body .portfolio-item .caption .subtitle p {
        margin: 0;
        white-space: normal;
        overflow: visible;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   Don replied privately
  •  7,092
    Oliver replied

    pls. add this:

    body .portfolio:not(.columns-1):not(.portfolio-style-masonry) .portfolio-item .wrap > .caption .subtitle {
        max-height: 100%;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver