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