Anyone know how to adjust the margin of the navigation line? When I do my own custom CSS, the navigation line is right over my logo.
Thanks
Kk
Jeremy.
I figured it out. Here is the code I used in the custom CSS.
#buttonBox {
display: table;
clear: right;
white-space: nowrap;
position: absolute;
padding-left: 55px;
float: left;
top: /* @param eg-headerHeight - 1 */;
left: 225px;
}
I have similar issues. The Header looks terrible in mine.