Hi everyone,
I’m having an issue with the “Enable Sticky Form” feature on the Broadcast theme and I can’t seem to get it working properly.
I’ve already tried multiple things:
-
Editing and adjusting the theme code
-
Testing different configurations
-
Changing how my product variants are set up
Here’s the key issue:
I’m currently using the “thumbnails left” layout for product images (which is the layout I want to keep), but the sticky add-to-cart form does not work in this setup.
However, when I switch to other layouts (like stacked or centered), the sticky form starts working again — so it seems directly related to the thumbnail-left layout.
What I want:
Keep the thumbnail-left layout
Have the sticky form working at the same time
At this point, I’m not sure if this is a limitation of the theme, a bug, or something I’m missing in the code.
Has anyone experienced this before or found a fix?
Any help would be really appreciated 
Sticky means it stays in place until the other side is done scrolling. That’s all it means.
So… When it’s stacked, there are several images to scroll through. When the thumbnails are on the left, there is literally nothing to scroll, it’s already at the bottom, so both will scroll at the same time.
There’s nothing wrong. It is functional the way it is.
Hi @agoraeaserio
Could you please share the collaborator access code and the page URL? I’ll review the issue and provide you with a proper update.
Best regards,
Devcoder 
Hello there, can you share your site url so that I can take a look and provide you the solution code.
@agoraeaserio
Check if the body tag is set to overflow: none, which prevents the sticky CSS from affecting other tags.
Another way is to try deleting every div tag from the inspect menu, that way you will be able to figure out which div tag is causing the problem with the sticky CSSs
If you can share your page link, we can try troubleshooting it