Hi
How do i increase the height of the navbar component using css?It wont work
I need to change the background color,and the height of the component so it is transparent with the footer.
I tried Width:100% and height 100%,and background color property.
Also i tried using javascript
Appery("mobilenavbar_20").css('width', '100%');Appery("mobilenavbar_20").css('height', '100%');
Appery("mobilenavbar_20").css('background', '#663a5b');
still nothing!