Navigation bar on mobile device

The attached image shows my navigation bar on a mobile device. Is it possible for the button to be moved down a little so that it fits inside the rectangle on mobile devices?

Hi @eutaw,

Thank you for writing in, to fix that button on mobile, please add this to Theme Options > CSS

@media (max-width: 1170px) {
	.x-nav .x-btn.my-btn-class {
		top: 0;
	}
}

Hope it helps,
Cheers!

That works! Thank you.

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.