I have tried adding the css as recommended but the images still do not centre
I have tried adding the css as recommended but the images still do not centre
Hello!
For Page on Load event Run JS:
codeAppery('imagename').css('margin', 'auto');
Appery('imagename').css('align', 'center'); /code
where imagename - name of image component.
this does not work. I have:
Appery('a_00x600.png').css('margin', 'auto');
Appery('a_00x600.png').css('align', 'center');
and the image is still floating left:
http://appery.io/app/mobile-frame?src...
Nevermind, the css works instead.....