Hi there
I'm currently testing a Gantry 5 Template (Xenon) and am quite amazed by the framework. I'm no Web Designer and still could customize quite alot with Gantry already. Now here's one thing I couldn't do yet and need some help with:
My main menu has 4 top-level items:
- news
- games
- devtools
- social
All of wich are aligned left. What I'd like to do however is move the last item 'social' all the way to the right.
Here's a link to the site:
Gaming Reverends
and an illustration:
This image is hidden for guests.
Please log in or register to see it.
_______________
What I tried:
First I thought I could just add a spacer particle to the menu, but inside the menu layout screen there's no spacer particle to select. So i made a custom-html particle with invisible content and set the blocks width to 100% but that didn't change anything at all.
Then I thought I'll just make a second menu and put that on the navbar section in the template layout and align it to the right but then it won't show up on mobile off-canvas menu. So I added the same second menu to the off-canvas and set the css class "hidden-desktop". But then the off-canvas toggle still shows on desktops revealing an empty off-canvas section.
So I guessed I might be able to do it with a custom.scss and tried to figure out how to do it. If I just try to align the last menu item block to the right that would do the same on off canvas I guess. So I probably still need an empty custom-particle or module between the last two menu items and somehow make it fill the remaining space of the nav bar so the social-menu-item appears on the far right. But am absolutely clueless on how to do that. I know how to create the custom scss - just not hwat to write to achieve want I want)
I'm probably thinking way too complicated and there's a much simpler solution. Anyone able to help me out here?