How to put containers on top of background image?

0
Hi,  I have one container in my home page and in that container there is one background image So on top Of  the image container I need 2 containers So How can I do this? Just like in CSS  we do z-index and position property to put one container on top of other, So How I do this in Mendix?   In Above Image I want   ( Put me On Top Of Image ) this container on top of image.
asked
1 answers
0

try using custom CSS, by adding in your custom.css file in project theme folder.

it may help.https://gettingstarted.mendixcloud.com/link/module/315/lecture/2933/6.8.1-Adding-Custom-Styling

you go through this.

answered