Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

Set Container background image, not able to add components

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 ?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Set Container background image, not able to add components

Hi -

Can you show the code you have used?

Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

Set Container background image, not able to add components

precode.ui-page {
background: url(../image/intropage.jpg) no-repeat !important;
background-size:cover !important;
}/code/pre

Above is the CSS code. Below is an image that shows what i am trying to do.

Image

The image works, but it seems not to be a background ?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Set Container background image, not able to add components

Hi,

What we see looks like background. What background do you need? Do you want to center it?

Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

Set Container background image, not able to add components

I need to be able to put other components on top. So its a background. I cannot put anything on top

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Set Container background image, not able to add components

Try this CSS:pre.ui-content {
background: url(../image/intropage.jpg) no-repeat !important;
background-size:cover !important;
}/pre

Bad Addy
Posts: 0
Joined: Fri Dec 13, 2013 9:34 pm

Set Container background image, not able to add components

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Set Container background image, not able to add components

Hello!

Could you post your public app link?

Return to “Issues”