Hi Adith,
Could you please clarify whether this is reproducible on one page or all the pages?
Does it look the same in builder? Do you apply one custom style or all by default? Could you please try inspecting the element to see what causes the behaviour?
Hi Katya!
would you take a look to my apps? because I'm using free version here so it's only on one page
Hi Adith,
Yes, please give us a public link to your app, so we can try it - http://devcenter.appery.io/documentat...
yup, that's true.
see on footer. there is space from icons and bottom of footer.
You want align them to the center?
no, just trim that space, so the icons are not like 'fly'
Hello Adith,
You should slide footer down, for example, with CSS:
pre[data-role="footer"]{
bottom:-20px;
}/pre