Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1234160

    Hi!

    Please have a look at the image screenshot below:
    image0 (4).png

    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,

    #1234572

    Hey Tarakbc,

    I couldn’t see that text on your home page, on which page is the screenshot taken from?

    Best regards,
    Rikard

    #1234575

    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!

    #1235020

    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

    #1235080

    It looks like that code works perfectly! Many thanks!

    #1235159

    Hi Tarakbc,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce space between different lines of text in a title on a mobile device’ is closed to new replies.