That wouldn't work because your toggle button would then be overlayed (once you click it) with the first menu item in the menu structure
Add this to your custom css file to see what I mean
body > div.gf-menu-toggle {
position: absolute;
right: 145px;
left: inherit;
top: 75px;
}
This is how you create a custom CSS file...
www.gantry-framework.org/documentation/j...custom_stylesheet.md
When we release upgrades template files will change and you will have to reapply all your changes again (that's if you can remember where they all are). If you keep your changes in a separate Custom CSS file you'll have no issues upgrading.
Please post your questions in a new thread next time. There are multiple reasons for that so let me list just a few of them:
1. Whenever you post in some other member thread, the member who opened that thread receives notification in his Inbox about that also. In case your issue or resolution is not the same as the OP, that just spams his Inbox with unnecessary emails
2. Since we have multiple mods working on the forum, it is easier for other mods to spot your issue if you post in in a separate thread. If you post in already used thread, only mod that participates in that thread will see your question
3. It is easier for other members to find a solution in case they try to find something if solutions are spread in separate threads