Overlapping Columns Problem

Good afternoon,

I have created a row with 2 columns side-by-side. I want these columns to overlap, that way there is a text with a white background partially on top of the image. However, since I have updated the new pro theme, margins are not working to move one column over.

I have tried using CSS for

{
margin-left: -100px; margin-top: 40px;
}

and it does not work.

Trista

Hi Trista,

Thanks for reaching out.
It seems that you are trying to overlap column side by side, to do that you can use the grid element, especially go through the https://theme.co/docs/grid#a-couple-layout-ideas.
You can also find some useful videos on how overlapping content can be created.

1.https://www.youtube.com/watch?v=PCiDTA-6-rw&t=138s
2.https://www.youtube.com/watch?v=W5tnpn-x5K0
3.https://www.youtube.com/watch?v=3eNyEdMHAKg
4.https://www.youtube.com/watch?v=Gnm5ZJ2VK6g

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.