Hey there,
I’m not sure what you are talking about. I am having a hard time understanding what it is your trying to do.
I’ll try to explain a bit better. I set up my site’s navigation to be in the sidebar as a widget. So when this is viewed as mobile, the navigation is shown below the main content. So to fix this problem, either I need to move the sidebar content above the main content when viewed in mobile, so the menu shows first. Or set it up so there is a custom menu that is only shown when the site is viewed in mobile. The link for the site I’m working on is: http://brule.nesvoldwebdesign.com/
OK I see what you are saying. However keep in mind, this is not a support question. This is considered a “how to question” which involves customizing the theme for a third party project. This is beyond the scope of the support forum for WP-Forge.
If you would like my assistance you can contact me via my site and we can discuss. Beyond that, I apologize, but I just don’t have the time to provide everything you need to omplete this part of your project.
If there is anything else I can assist you with regarding WP-Forge, meaning if something is not working properly or displaying properly etc. I’d be more than happy to assist.
As always, enjoy!
I apologize, I took a look at this again and I notice you are using a child-theme (awesome, good for you)
I think what you can do is copy page.php into the child-theme, then open the file and look for <?php get_sidebar(); ?> and move it so it’s under get_header(); ?>, so it should look like this:
get_header(); ?>
<?php get_sidebar(); ?>
<div id="content" class="medium-8 large-8 columns" role="main">
You may have to switch the sidebar position back to the left in the customizer. When I tried this locally the sidebar was automatically moved to the left and I see you have yours set to the right. You may not need to but I would just to be sure.
Hope this helps. As always, enjoy!
Thanks for the help, that changed the order nicely!
Awesome glad that worked for you.
If possible please leave a rating and review if you like working with the theme.
As always, enjoy!