walkingspaghett said:
Yes that's what I want, can you send what to put in CSS?
This is what shifts the icons to the right, but i have other css acting on the two icons (and one of them is a size increase, so for you it might not obscure it fully)
.nav-controls > a > span {position:relative; right:290px}
In that case, you might want to make the e6 logo disappear altogether
.nav-logo a.nav-logo-link {display:none}
or shift it to the right
.nav-logo a.nav-logo-link {position:relative; left:290px}
(modify the numerical values to suit your needs)