Before you ask please READ THIS

Change fontsize for header - Work pages on mobile devices

Hi :-)

I have an issue once in a while when using long words in headlines.
If you see the attached screen dump - you can see how the headline breaks long words on a mobile device. If you are on a computer you can see it look fine here: http://www.martinkaufmann.dk/work/killiehuntly/

My question is... can I reduce the font size used for headlines in Work - only for mobile devices. And How do I do it.

Thank you in advance.

All the best,
Martin
Mobil phone -MartinKaufmann - screendump.png
1080 x 1920 - 1M

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    You can use this custom CSS:

    @media only screen and (max-width: 600px) {
    .single-work .title-bar.outside .page-title{
    font-size: 30px;
    }
    }
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion