Wizard height
Hello, everyone. How can I set the wizard height using hook classes. In the video I present you the wizard behavior. I want it to fit in page
15 Replies
Any ideea? šāāļø
try ->extraatributes or custom css as you already have done with the background.
In the wizard I have a repeater which seems to cause the problem. Should I put some extra attributes on it?
I think this is a bug in core. The steps are using the āinvisibleā class which makes elements hidden but they still take up space in the dom.
Yes, this is what's happening. Have you any idea how can I do a workaround?
This is my page where I have the wizard
and this is the register-page class
I think it would need to be fixed at the core level but possibly with custom css in a theme.
unfortunately, is the same
Try adding āvisibility: visibleā to counteract the invisible class. And you might need to use !important too.
Make sure you rerun the build for your theme too.
Like this?
Yes, but the visibility probably needs important too.
But this is a pretty specific selector so I wouldnāt think it would be needed.
I've also added the !important to visibility rerun the build for theme but is the same problem
Check in devtools to make sure the style is getting applied to the actual step.
And if something else is overriding your override.
Yes, it seems that the class is not applied. I will check the devtools for more details and see if I can figure out what the problem is
Thank you for your time
No worries.
Hi, @awcodes . I found this solution for the wizard Maybe it can help you to solve the core issue