Okay
  Public Ticket #2776132
Line break
Closed

Comments

  •  1
    Simon started the conversation

    Hello ! 

    Hero Caption Title puts line break in middle of the word on smaller devices.

    Do you have any solution for that ?

    Thanks you !

  •  1,806
    Support replied

    Hello Simon,

    try making the title smaller with

    @media only screen and (max-width: 1466px){
    #large-showcase-carousel .slide-title {
        font-size: 4.5vw;
        line-height: 70px;
    }

    }

    change the values of 4.5vw and 70px for line height and add the code to customizer -> additional CSS

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Simon replied

    Thanks you, I changed it to 3.5vw, works for my title .

    Have a great day !