Page 1 of 3
why it make a space footer navbar? can i trim that space?
Posted: Mon Jul 21, 2014 7:47 am
by adith visnu
why it make a space footer navbar? can i trim that space?
Posted: Mon Jul 21, 2014 8:54 am
by Kateryna Grynko
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?
why it make a space footer navbar? can i trim that space?
Posted: Tue Jul 22, 2014 1:08 am
by adith visnu
Hi Katya!
would you take a look to my apps? because I'm using free version here so it's only on one page
why it make a space footer navbar? can i trim that space?
Posted: Tue Jul 22, 2014 1:12 am
by Illya Stepanov
Hi Adith,
Yes, please give us a public link to your app, so we can try it - http://devcenter.appery.io/documentat...
why it make a space footer navbar? can i trim that space?
Posted: Tue Jul 22, 2014 1:19 am
by adith visnu
why it make a space footer navbar? can i trim that space?
Posted: Tue Jul 22, 2014 1:28 am
by Illya Stepanov
This is what I get:
why it make a space footer navbar? can i trim that space?
Posted: Tue Jul 22, 2014 1:31 am
by adith visnu
yup, that's true.
see on footer. there is space from icons and bottom of footer.
why it make a space footer navbar? can i trim that space?
Posted: Tue Jul 22, 2014 1:34 am
by Illya Stepanov
You want align them to the center?
why it make a space footer navbar? can i trim that space?
Posted: Tue Jul 22, 2014 1:36 am
by adith visnu
no, just trim that space, so the icons are not like 'fly'
why it make a space footer navbar? can i trim that space?
Posted: Tue Jul 22, 2014 2:38 pm
by Evgene Karachevtsev
Hello Adith,
You should slide footer down, for example, with CSS:
pre[data-role="footer"]{
bottom:-20px;
}/pre