Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #734370

    I have a sidebar widget for the blog page on an Enfold install, and the category hierarchy is only visible on the page if the ‘Display as dropdown’ option is ticked. If that is unticked, then all of the categories are listed with no indent, unlike the default WordPress themes. Is there any way to get this indent showing, it’s really unusable witn no indent when you have many categories, and the drop-down list looks unprofessional.

    To get an idea of what I mean, here are screen grabs of the sidebar menu with the default 2016 theme and the Enfold theme.

    2016 theme

    Enfold theme

    #735841

    Hey kopperdrake,

    Thank you for using Enfold.

    Please add this css code in the Quick CSS field to create indentations.

    #top .widget ul {
        list-style-type: disc;
    }
    
    #top .widget .children {
        padding-left: 10px;
    }
    
    #top .widget .children .children {
        padding-left: 20px;
    }

    Best regards,
    Ismael

    #735867

    Thanks Ismael – perfect :D

    #736256

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #974741

    Hi Rikard,
    I run into the same issue, but your solution does not work for me. I’m running Enfold 4.4.1
    Thanks, Tjerk

    #974790

    I figured something out … this works for me. (I have only 1 sublevel deep)

    ul.children {
    padding-left: 14px!important;
    }

    #975205

    Hi 1000zen,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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