Page 1 of 1

How can i center the image?

Posted: Sun Jun 22, 2014 8:46 am
by Halimz

How can i center the picture !?Check here : http://halimz.app.appery.io/Facebook_...


How can i center the image?

Posted: Sun Jun 22, 2014 9:03 am
by Alena Prykhodko

Hi,

Please create new CSS asset with code:

preimg.imageClass {
display: block;
margin-left: auto;
margin-right: auto;
}/pre

where imageClass - Class Name of your image component (add it in Properties)


How can i center the image?

Posted: Sun Jun 22, 2014 11:16 am
by Halimz

Like that?

Image


How can i center the image?

Posted: Sun Jun 22, 2014 11:18 am
by Alena Prykhodko

How can i center the image?

Posted: Sun Jun 22, 2014 12:13 pm
by Halimz

Still the same problem :(


How can i center the image?

Posted: Sun Jun 22, 2014 12:36 pm
by Halimz

create new CSS asset with code showed up

Image

Image


How can i center the image?

Posted: Sun Jun 22, 2014 12:47 pm
by Alena Prykhodko

Everything seems correct. And what is curious it works for me.
Did you change anything on the Source tab?


How can i center the image?

Posted: Sun Jun 22, 2014 12:50 pm
by Halimz

No i didn't..


How can i center the image?

Posted: Sun Jun 22, 2014 12:55 pm
by Alena Prykhodko

In More properties try to add text-align ="center"
attribute - text-align
value - center
Add and save. If doesn't help please give us your app public link.


How can i center the image?

Posted: Sun Jun 22, 2014 1:04 pm
by Halimz

Solved thank you Alena Prykhodko