[Resolved] Missing hirachy in category widget

Home Forums Support [Resolved] Missing hirachy in category widget

Home Forums Support Missing hirachy in category widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #61538
    stesch79

    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

    #61576
    Tom
    Lead Developer
    Lead Developer

    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!

    #61748
    stesch79

    Thank you very much. I appreciate that perfect support!

    #61968
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.