I have a page and cannot understand why there is a bottom nav scroll bar appears.
The coffee market
It appears that some element is off screen but I cannot understand what!
Solution welcome!
Thanks
I have a page and cannot understand why there is a bottom nav scroll
Share
The problem is in the top menu.
Inside the element #categories_block_left there is an UL that is not positioned properly because it pushes the container out of the layout.
what about positioning with a float?
you could use:
#categories_block_left ul.trees{
float: right;
position: relative;
width: 75%;}