• Resolved deeveedee

    (@deeveedee)


    In Responsive theme v3.3, there is a new </div> in footer.php on line 32. What is this new </div> terminating?

    • This topic was modified 7 years, 5 months ago by deeveedee.
Viewing 2 replies - 1 through 2 (of 2 total)
  • 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;
    }

    Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    This has been added because 2 new site layout options have been added in the theme.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘new “div” in footer.php’ is closed to new replies.