• Gerald

    (@sardonian)


    Hello,

    Currently it goes:
    <div class=”row column-content-wrapper>
    –<div id=”content” class=”span9 article-container”></div>
    –<div class=”span3 right tc-sidebar no-widget-icons”></div>
    </div>

    But I’d like it to be:

    <div class=”row column-content-wrapper>
    –<div class=”NEW DIV I NEED HELP WITH”>
    —-<div id=”content” class=”span9 article-container”></div>
    –</div>
    –<div class=”span3 right tc-sidebar no-widget-icons”></div>
    </div>

    How do I do this? I’d like it to be global, too. Not just post or page.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Menaka S.

    (@menakas)

    Hi Gerald,
    Make a copy of index.php and custom-page.php in your child theme folder.
    Add the div that you want.
    I think this should work.

Viewing 1 replies (of 1 total)
  • The topic ‘Place span9 article-container into a new div’ is closed to new replies.