Home Forums Support Safari Reply To: Safari

#108662
Tom
Lead Developer
Lead Developer

Hi Garth,

I’m not seeing any flickering of the search icon, but in 1.2.9.7 the icon is added via HTML instead of javascript, so there will be no chance of any flickering/jumping.

As for the spacing between items, I believe I have this fixed as well.

Try adding this CSS:

.nav-aligned-right .main-navigation ul,
.nav-aligned-center .main-navigation ul {
	letter-spacing: -0.31em;
}

.nav-aligned-right .main-navigation ul li,
.nav-aligned-center .main-navigation ul li {
	letter-spacing: normal;
}

Let me know 🙂