netrix
Registered
I would like to know if this is intended or not.
I tried to mark what I'm talking about. It's the quicknav link.
If I change the margin of the .breadBoxTop to this it looks better.
So my question is, is this an accurate fix or does it have some kind of side effect I don't now.
I tried to mark what I'm talking about. It's the quicknav link.
If I change the margin of the .breadBoxTop to this it looks better.
Code:
.breadBoxTop, .breadBoxBottom {
overflow: hidden;
clear: both;
margin: -10px auto 10px -20px;
}
So my question is, is this an accurate fix or does it have some kind of side effect I don't now.