Closed billshannon closed 4 years ago
when i used pageWrapid push work well,
now try to follow this structure
<div id="outer-container">
<Menu pageWrapId={ "page-wrap" } outerContainerId={ "outer-container"} />
<main id="page-wrap">
.......
</main>
</div>
Hi @billshannon,
Push should actually push the main content aside, yes. I haven't actually tried it with left and right sidebars though.
What problem are you seeing? If you can paste your code, I'll try to reproduce it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When implementing left and right sidebars is there a way to push the main content aside?