• Resolved accend4web

    (@accend4web)


    How do you stop the post titles being cut short, ideally I need them to be full so people can read all the title to make a choice, as my titles are detailed.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Michael

    (@abramgauri47)

    Hi,

    Thanks for contacting us,

    I am happy to help find a resolution and offer support.

    Please put the?CSS code below into the additional CSS field.
    To add custom CSS code to your website, please follow the steps below:

    1. Go to Appearance > Customize.
    2. Click on Additional CSS.
    3. Copy and paste the CSS code into the field provided.
    .wp-block-latest-posts__list .wp-block-latest-posts__featured-image + .wp-block-latest-posts__post-title {
        -webkit-line-clamp: 3 !important;
    }

    Note: In the given CSS code, the number “3” represents the number of lines. You can modify this number as per your preference.

    If there is any confusion let us know
    Thanks & Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Post titles in blocks cutting titles short’ is closed to new replies.