Hey again,
Thanks for your question again! No problem 🙂
Do you perhaps have an example? Then I'll be able to take a look for you.
If it's another element on your site (not Buttonizer), then you can try giving your group a custom class and then change the z-index
of the Buttonizer group.
For example, you can give the group the classname buttonizer-lower-index
and then add the following code to your website:
.buttonizer-lower-index {
z-index: 99;
}
In this case, elements that have a higher z-index
will fall over the element. You can tweak the value until the other elements floats above it.
Let me know if this helps 🙂