Submenu Arrow runs over Menu item

Hello!
I prefer having the mobile menu icon on all the time. This works great for me.

However, now the arrows for the submenu are cutting off the regular Menu items.

Thanks for your help!

Best,
Jeff

Hi Jeff,

Thank you for writing in, you can add this to Theme Options > CSS

.x-navbar .x-nav>li>a>span {
	margin-right: 20px;
}

20px is the half-right width of your arrow, we are offsetting it with margin.

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Cheers!

Wonderful. Nailed it. Thank you so much, friech!

We are delighted to assist you with this.

Have a nice weekend,

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