Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2006
    Location
    NY, USA
    Posts
    26
    Plugin Contributions
    0

    Layout problems - header & footer

    Hello everyone, I have two questions about the layout on my page, i have searched in here but have not found the answer.

    First - How do I get the Ip address & copyright info to move up just below the home link within the burgundy bar I have?

    Second - There is a white bar between my header and the top nav area - How do I removed that, or bump up the nav section to hide it?

    I have searched for this on the developer tool kit as well, but can't seem to find the right line of code.

    www.apostle.com

    Thank you all in advance
    Fabio-
    ~Zenning one day at a time~
    www.apostle.com

  2. #2
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: Layout problems - header & footer

    This is achievable :


    in your includes/templates/YOURTEMPLATE/common/tpl_header.php change this :

    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->

    to

    </div>
    <div class="clearBoth"></div>
    <!--eof-branding display-->


    This will fix the whitespace

    The footer would be fixed if you changed includes/templates/YOURTEMPLATE/common/tpl_footer.php

    </ul>
    </div>
    </div>
    <!--eof-navigation display -->


    to

    </ul>
    <!--eof-navigation display -->

    and closed the divs at :

    ?>
    </div></div>
    <!--eof-ip address display -->

    Hope that helps
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

 

 

Similar Threads

  1. Header & Footer Uncommon Problems
    By dcfxking in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 30 May 2010, 01:35 AM
  2. Header & Footer Have Shifted & There's A Double Green Bar At The Top
    By yonside in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Jan 2008, 08:38 PM
  3. Header & footer tpl files
    By heimskr75 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Jan 2008, 03:02 PM
  4. IE 7 Header Navigation & Footer Problem
    By adnimas5 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Nov 2006, 12:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg