Blog, Website & Page Publishing

NLussier
Participant

overlap modules in design manager

SOLVE

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 Accepted solution
Solution
Anonymous
Not applicable

overlap modules in design manager

SOLVE

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

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

View solution in original post

0 Upvotes
2 Replies 2
Solution
Anonymous
Not applicable

overlap modules in design manager

SOLVE

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

position: relative;
z-index: 10;
top: -100px;
0 Upvotes
NLussier
Participant

overlap modules in design manager

SOLVE

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

0 Upvotes