Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1469083

    hello, is there a way to ajdust the line height of a post title on a mobile phone?
    as you can see this does not look so great
    best regards, jelle

    https://jmcwebdesign.nl/wp-content/uploads/2024/10/lineheight.jpg

    #1469100

    Hey jeel147,

    Thanks for the screenshot. Could you post a link to where we can see the actual element as well please?

    Best regards,
    Rikard

    #1469136

    sorry…

    here is the link

    #1469149

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top .post-title {
      line-height: 22px;
    }
    }

    Best regards,
    Rikard

    #1469228

    thanks Rikard, that worked for the page after you clicked on the title on the home page.
    but where the titles gather together, on the homepage, out of one category, nothing happens unfortunately

    #1469235

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    #top .post-title {
      line-height: 22px !important;
    }
    }

    Best regards,
    Rikard

    #1469271

    works great Rikard, thanks
    you can close this one if you want
    best regards, jelle

    #1469293

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘line height post title’ is closed to new replies.