Horizontal Alignment of Menu Items

I’ve got a minor issue that I can’t seem to figure out. On my main navigation menu in my header, the two dropdown menus don’t quite align with the rest of the options. It’s only a slight difference, but noticeable.

“destinations” and “food” are the two culprits.

www.theseforeignroads.com

Hi There,

Thank you for writing in, it seems the line-height set on chevron is a bit high, please add this to Theme Options > CSS

.x-navbar .desktop .x-nav li>a>span:after {
	line-height: 0;
}

Hope that helps,
Cheers!

Thanks! Much better.

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.