Hey!
This is in Gridzone’s support forum, not Gridframe, so if a mod could move it, it would be great.
To make the menu appear as you want, you just need to edit header.php and locate line 31:
<header id="header" class="hide-on-scroll-down nav-menu-dropdown-left">
Change that to:
<header id="header" class="hide-on-scroll-down">
And the dropdowns should now appear on the right side.
Hey Alex,
Thank you. Code was even simpler…
Changed left to right
Line 31
<header id=”header” class=”hide-on-scroll-down nav-menu-dropdown-right”>
Cheers
-e