Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Sam – not sure what issues you are having with the form so can’t help you there. The side bar however is an easy fix – check your files, either the header.php (most likely this one) or your index.php and look the the code in your body that says:

    <div id="leftside">
    
    <h2 class="hide">Main menu:</h2>
    <ul class="page">
    <li class="page_item"><a href="http://www.lifeinsurancequotesx.co.uk">Home</a></li>
    
    <li class="page_item page-item-4 current_page_item"><a href="http://www.lifeinsurancequotesx.co.uk/" title=""></a></li>
    </ul>

    Also go into your css file and edit:

    #contentwide {
        line-height: 1.6em;
        margin: 0 0 5px 150px;
        padding: 0;
    }

    to look like:

    #contentwide {
        line-height: 1.6em;
        margin: 0 0 5px 0;
        padding: 0;
    }

    That should fix your ‘sidebar’ however it isn’t so much a side bar as your actual menu so you will have no menu to go to other pages within your website.

    Duncan

    Thread Starter dblackman

    (@dblackman)

    Sidebar was at the top for a last ditch try – it is back just about the footer again.

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