Forums
Home / Theme: Responsive / new “div” in footer.php
(@deeveedee)
7 years, 5 months ago
In Responsive theme v3.3, there is a new </div> in footer.php on line 32. What is this new </div> terminating?
</div>
(@try01)
I just noticed that too. A new DIV (<div id=”content-outer”>) was added to the theme. If I am not mistaken, it is “terminating” from that open DIV in header.php at the bottom.
This is the style for it in style.css:
body.full-width-layout #content-outer, body.default-layout #content-outer { margin: 0 auto; max-width: 960px; }
(@cyberchimps)
Hi,
This has been added because 2 new site layout options have been added in the theme.
Thanks.