Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

Image settings: change to float?

I am creating a custom start screen with 5 different images. However, I'm not able to get them to align properly. Can I change an image's setting to "float"?

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

Image settings: change to float?

Hi Jennifer,

Sure. You can add any CSS property, including float. Find more here: http://docs.appery.io/documentation/w...

If you want to align the image on the grid, then it is better to put them in a Grid container.

Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

Image settings: change to float?

Here's the float css I applied:
img {
float:left;
}

Here's is what my startscreen in the builder needs to look like in order to achieve my design (shown in the preview). Why?

Image Image

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

Image settings: change to float?

Jennifer,

This is an Appery.io feature. Custom CSS and JS are connected on preview and in packaged applications only.

Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

Image settings: change to float?

Ok, thank you.

Return to “Issues”