• Resolved florencia88

    (@florencia88)


    Hello,
    I’m working on the blog of a travel agency site and when I installed this plugin, everything worked perfect, except for the title. Whenever articules with long titles are automatically selected, titles format don’t change and they remain very long, overwriting the title of the second related post. How can I modify the title of the article in order for it to appear in 2 lines? You can see an example on this link: https://nulantravel.com/camboya/7-experiencias-exclusivas-en-asia/
    Thanks and looking forward to your reply.

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

Viewing 1 replies (of 1 total)
  • Hello,

    I apologize for the delay in replying.

    I checked your website. The reason the title is not being displayed in 2 lines is due to a CSS rule in your theme. To override that rule, please use the following CSS:

    
    element.style {
    }
    .rp4wp-related-post-content a {
        white-space: inherit;
    }

    I hope that resolves the issue. Let us know if you require any further assistance.

Viewing 1 replies (of 1 total)

The topic ‘How to modify title’ is closed to new replies.