Align-middle menu text in navbar?

  1. How would I align-middle the text of the menu so that it is spaced evenly from top and bottom?
  2. Is there a way to remove the vertical lines that separate each menu buttons?

Hi Jason,

Thank you for writing in, to align-middle the menu, please navigate to Theme Options > Header and adjust the Navbar Top Link Alignment



To remove the vertical lines, please add this to Theme Options > CSS

.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
	border-width: 0;
}



Hope it helps,
Cheers!

Thank you very much for your quick reply! That worked!

We are delighted to assist you with this.

Cheers!

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