Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Hamburger and menu text alignment

Home Forums Older releases 1.0.x Hamburger and menu text alignment Reply To: Hamburger and menu text alignment

#3049
admin
Keymaster

Set the heading’s display to inline-block:

.main-menu-heading {
	display: inline-block;
}

and make sure the .main-menu-btn is not floated to the right.

Then the order in which they will be displayed (both left aligned) is a matter of which you would put first in the page source.