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

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:
$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.