We're merging with GenerateBlocks! Learn more here.

[Resolved] Wrong title tag

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Wrong title tag

Tagged: 

  • This topic has 2 replies, 2 voices, and was last updated 4 years ago by Tom.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11048
    Bernhard
    Participant

    Hi,
    I’m using a list showing the next 3 months injected after the 1st paragraph of each post/page. I found that the titles are <h2>. I had set in “content” the title element to <h4>, now changed to <p>, but no change.
    I’m limiting the title lenght to 3 lines with the code

    <style>
    	.wp-show-posts-entry-title {
        line-height: 1.2em;
    		min-height: 3.6em;
        max-height: 3.6em;
    		overflow: hidden;
    }
    </style>

    Tourist in Rome

    #11052
    Bernhard
    Participant

    I must say sorry, the problem comes from another widget.

    #11062
    Tom
    Keymaster

    Glad you got it sorted 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.