• Hello

    I want my filters in 2 columns but on the category where I added hierarchy pages they are in 1 column and not in 2… When i de-activate the hierarchy it works in 2 columns.. Why?

    Thnx!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    If there’s a hierarchy it is displayed in block, so it is not possible to set it in columns, but if you need both hierarchy and 2 columns for the Category you can add this CSS to wp-admin > Appearance => Customize > Custom CSS:

    .wpf_layout_vertical .wpf_item .wpf_hierachy li {
    display: inline-block !important;
    width: 46%;
    float: left;
    }

    Please let me know how it works for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Columns when showing child pages’ is closed to new replies.