[Resolved] Cropped titles in home page

Home Forums Support [Resolved] Cropped titles in home page

Home Forums Support Cropped titles in home page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1417015
    Francisco

    Hi,

    I am searching in the forum, I tried all the options inside Widgets, Appeareance, etc. and I can’t fix it.

    In my site all the titles of the front page entries are cropped:

    How can I fix it?

    Thanks,
    Francisco

    #1417250
    David
    Staff
    Customer Support

    Hi there,

    the Dispatch Sites add a little CSS to limit the Archive headlines to 2 lines.
    To remove that go to Customizer > Additional CSS and DELETE this:

    @media (min-width: 768px) {
        .generate-columns-container article .entry-header .entry-title,
        .wp-show-posts article .wp-show-posts-entry-title {
            line-height: 2.5ex;
            height: 5ex;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.