limit text length, How To Limit Title or Texts in Lines with CSS ( Website customize ) ( WordPress + Blogger ) https://youtu.be/U0HDEHugfps
✪ Steps to Limit Title or Texts in Lines with CSS
– First You Need to Get CSS Class Name
– you can get by simply open your website in chrome and then right click on any empty space and then click on inspect. now you can find class name for title or texts
– once you get class name, simply add CSS Code which we provide here:
– now simply copy the CSS and paste in your website CSS file
– if you’re using WordPress then add CSS in Additional CSS Tab.
– if you’re using blogger then add CSS in Settings – Theme – Edit HTML- CSS.
– Update the file
– Done
✪ Copy This CSS & Paste it in Title or Texts CSS Class.??
display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 2;
More From WordPress
How to Fix Blurry Logo on WordPress Website
How To Create An Email Address in cPanel For Your Website WordPress
Fix Google AdSense ads txt file issues in WordPress Website With Advanced Ads Plugin
How to Install WordPress on localhost on PC | How to Install WordPress Locally on your PC or Laptop
PHP Update Required / update PHP version in WordPress website
How to Get a Free SSL on WordPress Website with Cloudflare
How to Display Popular Posts in WordPress Website
Post Grid on WordPress | How To Display WordPress Posts in Grid Layout