Site logo

Archived topic

Missing hirachy in category widget

3 replies · Started by stesch79 on January 4, 2015

Viewing posts 1–4 of 4

Hi

When using the WP category widget in right sidebar, the subcategories are shown on the same "level" as the main categories. There is no "hirarchy".

Example how it should be:
Category 1
- Category 1a
- Category 1b
Category 2
- Category 2a

With another theme (e.g. WP tweny fifteen), it works.

Can I adjust this somewhere?

Regards,
Stephan

Nice find! I've added this to the next version of the theme.

For now, you can add this CSS:

/* Categories widget */
.widget_categories .children {
    margin-left: 1.5em;
}
.widget_categories .children li:last-child {
	padding-bottom: 0;
}

Thanks!

Thank you very much. I appreciate that perfect support!

You're very welcome :)

This archived topic is closed to new replies.