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?
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.
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: Schermafbeelding 2026-04-01 om 11.24.57.png
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
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
Schermafbeelding 2026-04-15 om 23.11.57.png
Please turn off the responsive option, then it will be as the same as on the desktop:
Best regards,
Dustin
Thank you! Great service :))