Page 1 of 1

Image settings: change to float?

Posted: Thu Sep 12, 2013 2:06 pm
by Jen5411892

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"?


Image settings: change to float?

Posted: Thu Sep 12, 2013 3:18 pm
by Kateryna Grynko

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.


Image settings: change to float?

Posted: Thu Sep 12, 2013 7:13 pm
by Jen5411892

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


Image settings: change to float?

Posted: Thu Sep 12, 2013 8:36 pm
by Kateryna Grynko

Jennifer,

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


Image settings: change to float?

Posted: Thu Sep 12, 2013 9:35 pm
by Jen5411892

Ok, thank you.