Overlapping elements outside of container

I’m am trying to achieve overlapping text over an image as shown here below. If anyone has any suggestions I’d be very grateful

Hello Jack,

Thanks for a very detailed post information. To achieve what you have in mind, please do the following:

  • Please create the section, row and columns.
  • In the left column, insert the image element.
  • Also insert the Text or Headline element.
  • In the text element settings, insert an inline element css in the “Customize” tab
$el {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  z-index: 999;
}

Hope this helps. Please let us know if this works out for you.

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