• Resolved allfrom1supply

    (@allfrom1supply)


    This probably falls under feature suggestion, unless someone has already worked this out and only of course if you find it generally useful to other users.

    If you look at this page you’ll see the state and services categories occupy a lot of real estate. It would be nice if there was a shortcode option so that each could be made collapsible so states or services or both.

    A single column dropdown is too long.

    I tried several ways but my css skills aren’t good enough I guess because I end up collapsing everything.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    I see you have yourself some custom CSS … try adding the following:

    .cn-form div:nth-child(1 of .cn-term-checklist) #categorychecklist {
        grid-template-columns: repeat(12,1fr);
    }

    This will select the state checklist and make it 12 columns instead of 4. That condenses it quite a bit.

    I hope this helps; please let me know.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    This is being marked resolved due to inactivity. If you still need help with this, please do not hesitate to let me know.

    Thread Starter allfrom1supply

    (@allfrom1supply)

    Thanks Steven. It is resolved – I took a much needed vacation and just got back.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Collapse/expand search by category group’ is closed to new replies.