Hi X Team so I’m trying out the stacked layout on my website:
And its not going very well.
The first design challenge was the x-navbar-inner was pressing up on the interface and over lapping the nav buttons:
So I added the following CSS:
.x-navbar-inner {
min-height:75px;
}
I always get nervous abut adding CSS on sensitive areas cause I’m afraid I’m going to break something. And now when I got to mobile there is a big ugly space:
Can you please help me get the effect I’m looking for the stacked nav looks good all interfaces.
Thanks,
John

