Hi All,
Theme: Genesis Enterprise Child
The above theme structure is as below:
<div id=”wrap”>
<div id=”header”>
<div id=”nav”>
<div id=”home-top-bg”>
<div id=”inner”>
<div id=”footer-widgets” class”footer-widgets”>
<div id=”footer” class”footer”>
</div>
I would like to reposition the nav bar to be within the header (similar to Agency theme).
I’m looking to set up my new structure as below:
<div id=”wrap”>
<div id=”header”>
<div id=”masthead”>
<div id=”logo”></div>
<div id=”access” role=”navigation”>
<div id=”nav”>
</div>
</div>
<div id=”home-top-bg”>
<div id=”inner”>
<div id=”footer-widgets” class”footer-widgets”>
<div id=”footer” class”footer”>
</div>
Thanks Mark