• Resolved lordeggnutz

    (@lordeggnutz)


    I have a wiki category output that is pretty long, as you can see. Is there a way to break it into columns or will I have to redesign the categories?

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

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

    (@dmccan)

    Hi @lordeggnutz,

    The link helped. Thanks. Usually at the bottom of the Customizer there is a panel for entering CSS. This something like this there:

    
    .wiki-cat-list {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
    }
    

    That will make all of the wiki category lists 2 columns. It you have some that you want to be the default 1 column then we will need to tweak that.

    Regards,

    David

Viewing 1 replies (of 1 total)
  • The topic ‘Add columns to output page’ is closed to new replies.