Blog, Website & Page Publishing

NLussier
Teilnehmer/-in

overlap modules in design manager

lösung

Is there a way to overlap modules in the design manager? In the attached image, I'd like the text below the hero to move up into the white space of the white curve of the image above it (the mask used to create the curve). 

Screen Shot 2021-04-28 at 8.28.03 AM.png

0 Upvotes
1 Akzeptierte Lösung
Lösung
Anonymous
Nicht anwendbar

overlap modules in design manager

lösung

You would need to add CSS on the module to do this. Something like:

position: relative;
z-index: 10;
top: -100px;

Lösung in ursprünglichem Beitrag anzeigen

0 Upvotes
2 Antworten
Lösung
Anonymous
Nicht anwendbar

overlap modules in design manager

lösung

You would need to add CSS on the module to do this. Something like:

position: relative;
z-index: 10;
top: -100px;
0 Upvotes
NLussier
Teilnehmer/-in

overlap modules in design manager

lösung

Thank you. Do you know if that would still be responsive?

0 Upvotes