I have added a custom CSS which sets a background image of a mobile container within the IDE. But i seem to be unable to add any components on top of the background image ?
any ideas ?
I have added a custom CSS which sets a background image of a mobile container within the IDE. But i seem to be unable to add any components on top of the background image ?
any ideas ?
Hi -
Can you show the code you have used?
Hi,
What we see looks like background. What background do you need? Do you want to center it?
I need to be able to put other components on top. So its a background. I cannot put anything on top
Try this CSS:pre.ui-content {
background: url(../image/intropage.jpg) no-repeat !important;
background-size:cover !important;
}/pre
I am not being funny. But how is that going to help? You have just copied what I have done, but changed the class name?
It does not work, I am still unable to add a grid to the container
Hello!
Could you post your public app link?