Hi NickHenny ,
Thanks for reaching out to us!
I took a look at your site and it looks like your button group only has 1 button.
When the button group only has 1 button, Buttonizer will just show that single button instead of placing it inside a button group. The buttonizer-closed and buttonizer-opened classnames should not have an affect on the single button.
This is what a button group with more than 1 buttons looks like:
It has a menu button that collapses or expands the group. This is what the Javascript API is for. The window.Buttonizer.open()
api will open all of the button groups that is on the screen and window.Buttonizer.close()
will close them.
Did you perhaps had an issue before you had to write the extra css that you were trying to solve?
If so, please let us know! We would like to help to fix it. 😄