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 #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,092
    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,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