Hello,
on mobile devices there is a break between the first words of the title and the last words. Please take a look at my screenshot. How can I reduce the space?
Thanks!
Hi wpstarter!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.title_container .main-title { line-height: 25px; }}
Best regards,
Yigit
PERFECT!
Thanks! :)