Hi!
Please have a look at the image screenshot below:
As you can see, the title of this event has three lines of text which take up most of the screen on a mobile device.
Is it possible to reduce the distance between these three lines of text so that the photo below the title comes further up the screen?
Many thanks,
Hey Tarakbc,
I couldn’t see that text on your home page, on which page is the screenshot taken from?
Best regards,
Rikard
Hi Rikard,
Thanks for looking into this for us!
Since submitting this ticket I changed the title of this event so it only goes over two lines now.
But the principle is the same: we want to reduce to distance between the lines of text in the title as it appears on a mobile device.
Hope this makes sense and thanks again for the help!
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.title_container .main-title {
line-height: 60px;
}
}
Best regards,
Rikard
It looks like that code works perfectly! Many thanks!
Hi Tarakbc,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko