Slide a group underneath another group

HI!

I have 2 container groups, “group1” and “group2”.

I want “group1” to be positioned about 50px under “group2”.

I’m trying to do this with z-index, “group2” has a higher z-index than “group1” with !important.

I tried giving “group1” a negative top-margin, but it only pushes “group2” down. What can I be doing wring?

Thanks!

This topic was automatically closed after 70 days. New replies are no longer allowed.