Archived topic
Category Hierarchy
5 replies · Started by Chris on February 26, 2016
I use the AVH Extended Categories plugin, which always works well, but with GeneratePress I'm finding that when I ask the widget to show the category hierarchy (parents, with children indented) it just doesn't work. The children are not indented, but the first child has less line spacing between it and the parent.
The hierarchy works with other themes, so I'm not sure why it isn't working with GeneratePress. Any suggestions as to what I need to do to get this working and displaying properly?
Thanks
Chris
Hi there,
Can you link me to a page where it's not displaying correctly?
Hi Tom,
I'm in the process of rebuilding my site. I've just had a nightmare time with another theme that I recently bought and was going to use in the rebuilt version of my site. I've ditched it and I have to say GeneratePress is a dream to work with in comparison.
You can see the hierarchy problem at...
http://rebuild.chrisoconnor.com/blog/
In the Categories box in the sidebar, WordPress is the parent and the the other WordPress items are children, so these were the ones I'd expect to be indented.
Thanks
Chris
Hi Chris,
Glad you're enjoying GP! :)
Can you try adding this CSS?:
.widget_extended-categories .children {
margin-left: 15px;
margin-top: 10px;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
That works perfectly!
Thank you
Chris
You're welcome :)
