Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    May 2010
    Posts
    12
    Plugin Contributions
    0

    Default Re: floating main wrapper

    Thanks for that, that worked great. Does anyone know how to move the search navigation bar from the top to the bottom of my header though.

    Thanks guys
    Joe

  2. #2
    Join Date
    Jun 2009
    Location
    Brisbane, QLD AUS
    Posts
    210
    Plugin Contributions
    0

    Default Re: floating main wrapper

    you could try...

    1) find the file includes/templates/YOURTEMPLATE/common/tpl_header.php

    2) for just the search header itself, copy the line that reads as follows:

    Code:
    <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
    ...and move it further down to wherever suits.

    3) for the whole navbar, copy the code including and between the following lines

    Code:
    <!--bof-navigation display-->
    ...lots of code here...
    <!--eof-navigation display-->
    ...and move it immediately after the following line in the same file:

    <!--eof-branding display-->

    you can move it anywhere, but do be careful : )

    andrejs

 

 

Similar Threads

  1. Main Wrapper Border
    By mawson in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 May 2010, 01:39 PM
  2. Main Wrapper Margin
    By rbonja in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Dec 2008, 08:10 PM
  3. Main Wrapper Background
    By rbonja in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Dec 2008, 05:57 AM
  4. Main Wrapper
    By oxicottin in forum General Questions
    Replies: 3
    Last Post: 14 May 2007, 07:06 PM
  5. Main Page Wrapper?
    By greatbig47 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Oct 2006, 01:12 PM

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