Results 1 to 6 of 6

Hybrid View

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

    Default floating main wrapper

    Hi folks

    Was wondering if there is away to bring the header away from top of browser so it appears to be floating. Also my header navigation is at top of logo want to move it to below logo. Any help is most appreciated

    Thanks folks
    Joe

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: floating main wrapper

    Can't see what you have to recommend...

    Where is your site?
    Zen-Venom Get Bitten

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

    Default Re: floating main wrapper

    hi

    my site is http://www.elliotts-direct.co.uk

    hope this helps

    Thanks
    Joe

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: floating main wrapper

    If I understand what you asked try adding some top margin to your body tag in the stylesheet.css file similar to this
    Code:
    body {
    	margin: 5em 0em 0em 0em;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color:#333333;
    	/*background-color: #000000; /*#e5edf5*/
    	}
    Zen-Venom Get Bitten

  5. #5
    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

  6. #6
    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