|
List Content Section Formatting |
The Menu "List Content Section" displays in a confusing way.
The problem is the display between categories in the "List Content Section" Betwen the table of content items and the next section's description - there is not a clear distinction. It looks all run together.
How can you make a "demarcation" or a variation between categories? Does this display look familiar on your Joomla website?
Before

If you want to add a few line breaks between categorie and make it look less confusing and maybe like this:
After

It is quite simple (only after a few years of being a Joomla admin).
All you do is add a few line breaks in the core Joomla code. EEK - no worries - its easy.
In an editor go to the directory:
/myjoomlabasedirectory/components/
Edit the file: content.html.php
after - about - line 371 add the php tags and enter a few HTML line brakes [br]s
See the image below:
Code Change
|