See the blue background where the navigation menu is. On firefox, the news is pushed down to left side. I wanted to make every item to fit in on horizontal line. So I searched and remove padding from this: .navigation ul li {
border-left:1px solid #b3b3b3;
float: left;
margin: 0;
position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
but the padding between the navigation item is still making space between in. Either I overlook something or it is stubborn not to change everytime I refresh?
Will appreciate the help or insight.