Tags among each other?

Everything to do with Joomla! 3.x templates and templating.

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
User avatar
AK_CCM
Joomla! Apprentice
Joomla! Apprentice
Posts: 49
Joined: Tue Jun 01, 2010 3:16 pm
Location: Donauwörth (Germany)
Contact:

Tags among each other?

Post by AK_CCM » Sun Aug 30, 2015 6:21 pm

Hello all,

I'm a German amateur mycologist and I'm showing a few mushroom species at my website http://www.entoloma.de.

The tags of my articles, which I used to show the systematic order, family and genus, should be showed among each other (look at the attached image). For that I've added these lines into my custom.css:

Code: Select all

.tags span {
    display: block !important;
}
But some months ago after I've updated Joomla (currently Joomla! 3.4.3 Stable) and/or my template (JSN Gruve Pro) the code has no effect anymore:
http://max.entoloma.de/pilzfunde/98-200 ... npilz.html

Could anyone help me please?

Thanks in advance

Best regards

Andreas
You do not have the required permissions to view the files attached to this post.

SharkyKZ
Joomla! Hero
Joomla! Hero
Posts: 2897
Joined: Fri Jul 05, 2013 10:35 am
Location: Parts Unknown

Re: Tags among each other?

Post by SharkyKZ » Mon Aug 31, 2015 9:45 am

Tag layout is different now. Try this CSS
ul.tags > li{display:block}
You can also create a tag layout override and change the class there. Currently tag list has .inline class attached which explicitly makes it inline.

User avatar
AK_CCM
Joomla! Apprentice
Joomla! Apprentice
Posts: 49
Joined: Tue Jun 01, 2010 3:16 pm
Location: Donauwörth (Germany)
Contact:

Re: Tags among each other?

Post by AK_CCM » Mon Aug 31, 2015 1:08 pm

It works - thank you!
You do not have the required permissions to view the files attached to this post.


Locked

Return to “Templates for Joomla! 3.x”