Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
a.menu-toggle {
position: relative;
}
a.menu-toggle:before {
content: "MENU";
position: absolute;
right: 130%;
font-weight: bold;
}
Ciaran