Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    1. Lets adjust the width of your col-2 so it fits properly with your theme. Add this code to your theme css:

    #wpc-col-2 {
    width: 650px !important;
    }

    Now lets add your Inner Page Header:

    <div id="main">
    	<div class="main">
    		<div class="pagecontent">

    And now let’s close off those open divs in the Inner Page Footer box:

    </div>
    </div>
    </div>

    2. Sorry no, not too easy really. But possible. I’ve answered this a few times on the forums and in the documentation so please run a search and I think you will find the answer to help you.

    Hope that helps you out.
    Maeve

    Thread Starter moolenium

    (@moolenium)

    Hi Maerve

    Thanks very much for your response.

    The inner page head and footer part is the easy part.

    Without running the risk of collapsing my website, can you explain to me where to and paste the code for the adjustment of columns? You said in the theme files but in bewtween which characters or string of code? Top, middle or bottom? Does it matter where I paste it?

    All the best!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Inner Template Header & Footer’ is closed to new replies.