Move Widget out of a Site Container
-
I have been searching the internet for the past 2 WEEKS! and cannot find an answer to the following issue:
I created a subscribe box bellow my header and want the box to span across the full width of the page. However, it is positioned in a site container, which prevents it from doing that.My entire site was place in a site container (nav bar, header, inner, footer …). I was able to remove the nav bar and the header out of it (because I wanted to it to be full width same as the subscribe box) by using hooks and actions I pasted into my functions.php file. Now I would like to do the same thing for the subscribe box.
This is what my page looks like when inspected with Firebug:
<nav class="nav-primary" itemtype="https://schema.org/SiteNavigationElement" itemscope=""> <header class="site-header" itemtype="https://schema.org/WPHeader" itemscope=""> <div class="site-container"> <section> <div class="marieforleo-subscribe-box"> <section id="enews-ext-3" class="widget enews-widget"> <div class="widget-wrap"> <div class="enews"> </div> </section> </div> <div class="site-inner"> <footer class="site-footer" itemtype="https://schema.org/WPFooter" itemscope=""> </div>
Is there a way I can move the subscribe box out of the site container and have it positioned right below the header? Thank you!
- The topic ‘Move Widget out of a Site Container’ is closed to new replies.