badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

widget 'categories' does not show the hierarchy

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #53985
    carl
    Participant

    Great theme, love it.

    But, the widget ‘categories’, in the sidebar, does not show the hierarchy, as specified. it works fine (the hierarchy) with other themes, so it’s correct. what am I missing?

    Thanks!

    #53998

    Hi carl,
    Please paste below custom css to show the hierarchy via Dashbaord > Appearance > Customize > Additional Css

    ul.children {
        padding-left: 15px;
    }

    Thank you

    #54000
    carl
    Participant

    That worked. Cool.

    It would be great if the categories hierarchy could show the same tree-like lines like those in the pages menu.

    Thanks friends

    #54001

    Hi Carl,

    Please replace the above custom css code with below one.

    .widget_categories li {
    	position: relative;
    	padding-top: 4px;
    }
    ul.children li {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        padding-left: 20px;
    }
    ul.children li:before {
        content: "";
        left: 0;
        position: absolute;
        top: 13px;
        height: 1px;
        width: 15px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    Thank you!

    #54003
    carl
    Participant

    Couldn’t be nicer 🙂

    Is it correct to assume that this extra code will be embedded in your next release of the theme?

    BTW, it seems that it also integrates well with WooCommerce …

    I’ll definitely consider buying it.

    Thanks much!

    #54039

    Hi Carl,

    Sure we will push this to the upcoming version.

    Thank you!

    #54087
    Pierre
    Participant

    Hi, I’ve similar situation: in the iPhone show drop down menu but only articles, does not show full widget.

    #54103

    @posta700-varie Can you please provide us the exact page URL? So that we can see what you are talking about.

    Thank you!

    #54106
    Pierre
    Participant

    Sorry, that was my mistake.

    #54111

    No worries!

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