Comments 1Simon started the conversationMay 13, 2021 at 4:29pmHello ! Hero Caption Title puts line break in middle of the word on smaller devices.Do you have any solution for that ?Thanks you ! 1,974Support repliedMay 13, 2021 at 6:12pmHello 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 CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 1Simon repliedMay 14, 2021 at 11:10amThanks you, I changed it to 3.5vw, works for my title .Have a great day ! 1 Like Sign in to reply ...
Hello !
Hero Caption Title puts line break in middle of the word on smaller devices.
Do you have any solution for that ?
Thanks you !
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
Thanks you, I changed it to 3.5vw, works for my title .
Have a great day !