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 #2270280
Portfolio title
Closed

Comments

  • Natalia started the conversation

    Hi!

    I have several portfolio items with a big title and I want to show the whole title in every item. Please could you tell me how can I do it?

    Thanks, best regards.  

  •  7,092
    Oliver replied

    Hi,

    Sorry, can't understand what you need to make. 

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

    Regards, Oliver

  • Natalia replied

    Hi Gregor!

    I want to see the entire title of every portfolio overview (some of them are too long and I only can see one line and at the end appears "..."). Do you know what I mean?

    Thanks in advance

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    body .portfolio-item .caption .title {
        white-space: normal;
        overflow: visible;
        text-overflow: ellipsis;
    }

     

    6707465710.png

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

    Regards, Oliver

  • Natalia replied

    Hi Gregor!

    Thanks, perfect. Now I would like that all the items size the same. How can I do it?

    Regards

  •  7,092
    Oliver replied

    Hi,

    Try this one:

    .portfolio-item .wrap > .caption .title {
        min-height: 80px;
    }
    5110651633.png

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

    Regards, Oliver

  • Natalia replied

    Hi Gregor!

    Perfect, thanks.

  •  7,092
    Oliver replied

    Welcome!

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

    Regards, Oliver