How do you make 2 elements overlapping each other like this?

On the left is a video element and on the right is group of text

2 Likes

@chauminh7393 i think this is an image. (You can do right-click on that element & inspect, it will show you whether it’s a text with any style is involved or it’s an image).

Screenshot 2022-08-12 at 10.21.55

I inspected it. Its actually text

Hi @chauminh7393

I am not sure how to do this
But you can definitely overlap the 2 elements (Make parent group layout to “Align to parent”).
For example:-



1 Like

I was able to do it. Thank you tho!!! :slight_smile:

Easiest way is to put them inside a row. Then on the left image, give it a negative margin. You should see it move to the right.

You’ll have to tweak the margins on mobile view though to make it work nice.

Using anything other than a row will just make it difficult for you to make it responsive. Inside the row you can have the left group set to align to parent to center the image.

3 Likes

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