Hello,
I just migrate (still working on this) to Gantry 5.5.8 with Helium from a Yootheme template
I use a tag menu on a sidebar. My problem is that my tag items are now not displayed one by line...
I would like (like with the old template) to have one items tag per line.
Is there a solution with a native class in Gantry or do I have to use custom CSS ?
Here are screens
This image is hidden for guests.
Please log in or register to see it.
This image is hidden for guests.
Please log in or register to see it.
It's seem my problem iscoming from bootstarp css ... if no other solution this css code should be ok :
ul {
margin-left: 1 rem;
}
.nav {
display: inline;
}
Any advice?
Thanks