Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #3123949
How can change portfolio module to see the full text of the title
Closed

Comments

  • Alejandro started the conversation

    Hi,

    How can change the portfolio module to see the full text of the title.

    Currently only part of the title can be read

    I attached the screenchoot. 

  •  7,280
    Oliver replied

    HI!

    CSS example:

    body .portfolio-item .caption .title {
        text-transform: uppercase;
        white-space: normal;
        overflow: hidden;
        text-overflow: inherit;
        margin: 0;
    }

     

    3938581396.jpg

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

    Regards, Oliver

  • Alejandro replied

    Ok.... now work

    many thanks


    Al

  •  7,280
    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