Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #4555417
Add-on list is too long
Open

Comments

  •  1
    Bradley started the conversation

    I use the plugin (frequently bought together) and I like the list view but we have around 12 add-ons per product. I would love to keep the list view but with a toggle function. So just show 3-4 add-ons and when opening all the add-ons will show. 
    Is that possible?

    Attached files:  Scherm­afbeelding 2026-04-01 om 11.24.57.png

  •  1,688
    Dustin replied

    Hi Bradley,

    Please add the CSS code below to WP-Admin → Appearance → Customize → Additional CSS:

    .woobt-products {
        max-height: 300px;
        overflow-y: auto;
    }

    After that, the list is limited to a maximum height of 300px and will scroll if it gets too long.

    Best regards,
    Dustin

  •  1
    Bradley replied

    Thank you for your reply! This worked great for the desktop version. I only have one more design question. The mobile view is not really nice. I was wondering if I can make the mobile design like the screenshot I added?

    The screenshot with yellow buttons is current view and the black design is the view we would like to have.

    Attached files:  WhatsApp Image 2026-04-15 at 23.08.13.jpeg
      Scherm­afbeelding 2026-04-15 om 23.11.57.png

  •  1,688
    Dustin replied

    Please turn off the responsive option, then it will be as the same as on the desktop:

    8794234198.png

    Best regards,
    Dustin

  •  1
    Bradley replied

    Thank you! Great service :))