Full titles not clipped please
- The topic ‘Full titles not clipped please’ is closed to new replies.
Need help? Check out our Support site, then
Please advise how to change to full titles, headlines always
The blog I need help with is: (visible only to logged in users)
Hi John,
To show the full titles use this CSS:
.items-list .entry-title {
max-height: none;
overflow: visible;
}
Please note that you will need WordPress Premium to add CSS changes to your site.
Thanks!