This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Show Categories in a row

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12349
    fespigadofespigado
    Participant

    Hi there,

    I would like to know how I can list the categories in a row.

    Thank you.

    #12352
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Unfortunately there is not option for that, it was designed to be displayed in a column, one after another.

    You could however try a custom CSS code to force a wrapping flex layout:

    [html]form[name=options] fieldset {
    width: 100% !important;
    }

    .asp_sett_scroll,
    .mCSBap_container {
    display: flex !important;
    flex-wrap: wrap;
    }

    .asp_option {
    display: flex !important;
    }[/html]

    Please that this falls into a customization request category, so I can’t guarantee that this code will work in all cases, under all circumstances.

    #12353
    fespigadofespigado
    Participant

    Ok Ernest,
    thank you for your fast response.

    #12365
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Show Categories in a row’ is closed to new replies.