WAIT: Amelia booking drop down menu won't show

hi,
i couldn’t find a solution to this after searching and found that changing themes solved the issue so deduced it must be a bricks issue.

i am using amelia booking pro and on their booking widget(?) after you select a service a menu for extras (changed to add-on on my site) should show a drop down menu with a service description. on desktop this is great and shows up normally, however on mobile this doesnt happen.

can anyone help me?
would adding this help?

.amelia-extras__description,
.amelia-extras__details,
.amelia-extras__info {
display: block !important;
opacity: 1 !important;
max-height: unset !important;
pointer-events: auto !important;
visibility: visible !important;
}

thank you!

whoops jk seems it’s not loading that drop-down menu at all now on desktop.


for each of the services there should be a little drop down that goes with each one.

Hi @erinreye707,

it’s hard to say what could be wrong. Can you give a link to your website, where I could replicate the issue, and maybe a short video on what I need to click and how it should look.

Thank you,
Matej

It sounds like the issue is coming from your Bricks theme’s mobile styling rather than Amelia itself. Sometimes themes hide or collapse certain elements on smaller screens using max-height, opacity, or visibility rules, which would explain why the extras dropdown works on desktop but not mobile.

The CSS you shared could definitely help as a quick fix since it forces those elements to display, but I’d recommend adding it inside Appearance → Customize → Additional CSS and then clearing your cache to test. If it works, you can fine-tune the styling so it doesn’t break the layout elsewhere.

If you ever need a different booking setup, you might also look at the WooNinjas WooCommerce Booking Plugin — it integrates with WooCommerce, handles add-ons nicely, and works well across mobile and desktop without heavy theme conflicts.

There might be some incompatibility, but I doubt that this is coming from default Bricks styles. That’s why it’s important for @erinreye707 to share a link, where we can check what is happening. :slight_smile:

Best regards,
Matej