When I set data-iconpos(=left or right) to a Nav bar in the footer,
a space line between to the Nav bar and the screen bottom appears.
How can I fix this?(*I use lib V2.0)
Hi,
Did you add custom CSS for Navbar? Do you set codedata-iconpos=left/code using "More Properties" button?
Hi Katya,
I didn't add custom css for Navbar.
And I set data-iconos=left using "More Properties".
Bye the way,
I set Navbar item icon using the css below:
[dsid=navbaritem_user]:after {
background:url("../image/man-30.png") no-repeat center;
background-size: 20px 20px;
}
Can try setting padding or margins for mobilecontainer/components to 0.
Try this CSS:pre[data-role="navbar"] .ui-btn {
padding-top: .88em;
padding-bottom: .88em;
}/pre
Thank you Katya, it works well.