Blog page formatting issue

Need help with the Administration of your Joomla! 3.x site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
AgJewellery
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Wed Mar 09, 2022 3:13 pm

Blog page formatting issue

Post by AgJewellery » Mon Jun 27, 2022 2:56 pm

Apologies - maybe putting this in the wrong section but wasn't sure what it came under - Admin or Extensions!

Basically if you have a look on this page: https://agjewellery.uk/index.php/blog-w ... ht-sidebar you'll see the issue. I'm pretty sure when I first set up this page the blog entries all looked correct with the last sentence of the text showing up properly, instead of being cut off.

Is there a setting somewhere in K2 or elsewhere that determines how many lines of text are shown rather than where the "Read More" section is delineated? I'm not so au fait with F12 (Firefox) to be able to figure it out using the Developer info.

Can anyone point me in the right direction maybe?
Thanks

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30929
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Blog page formatting issue

Post by Per Yngve Berg » Mon Jun 27, 2022 5:46 pm

Code: Select all

 div.userItemIntroText {
   overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 70px;
}
The max size get the text to be truncated.


Locked

Return to “Administration Joomla! 3.x”