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.