Hello, Is it possible to have a modal pop up over two sections as seen in this photo? Im trying to avoid having to push down the hero container when the form opens.
Thank you
Hello @Jennine,
Thanks for writing in! Based on the screenshot, it is more of a dropdown than a modal pop-up. Yes, that is possible. Just be sure to set the z-index
of the Section element lower than the dropdown. If you already have set up the page and it is not working for you, please provide us the URL of the page so we can inspect it and give you a more detailed resolution.
Best Regards.
thank you , so I would build this out as a dropdown? What element would I use ?
Hello Jenine,
It would be best if you were using the Dropdown element.
Cheers.
Thanks! If I set the z-index of the section lower than the dropdown, wouldn’t that affect the links on the section being clickable?
Hello @Jennine,
If the z-index
of the Section 2 element is lower than the z-index
of Section 1, the Section 2 element will be on top of Section 1 which has the Dropdown. It may or may not affect the Dropdown or link in the dropdowns.
Cheers.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.