Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Move navMainWrapper next to LogoWrapper, not below

    zc 3.9 / classic (customized) / localhost (no URL)

    Any ideas how to move navMainWrapper to display next to LogoWrapper?

    I thought I'd play with floats but when commenting out

    class="clearBoth" in tpl_header.php after the LogoWrapper div it completely broke the page.

    I'm not too swift with positioning in CSS but is that the solution?

    what would be the code for positioning navMainWrapper to the right toward top of page?

    ideas?

    thanks

  2. #2
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Re: Move navMainWrapper next to LogoWrapper, not below

    Code:
    #navMainWrapper{
    
    width: 50%;
    position:relative;
    bottom:30px;
    float:right;
    
    }
    and to push search box up above nav

    Code:
    #navMainSearch {
    	float: right;
    	position:relative;
    	bottom:25px;
    	}
    will probably play with spacing / width but okay result

  3. #3
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Re: Move navMainWrapper next to LogoWrapper, not below

    unfortunately this is not giving me what I want for navCatTabs, these are not centering on the page, like they would if used absolute positioning navMainWrapper. but with absolute I can't get float right and it won't move if page resized...

    drat

 

 

Similar Threads

  1. White space below logowrapper
    By Three Sisters in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 11 Aug 2008, 05:10 AM
  2. how to remove vertical space between logoWrapper and navMainWrapper?
    By jamesdavid in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 10 Jun 2008, 12:40 PM
  3. how to remove space between logoWrapper and navMainWrapper??
    By jamesdavid in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 May 2008, 08:12 PM
  4. Move NavMainWrapper
    By Pablosan in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 2 Feb 2007, 11:50 AM
  5. navMainWrapper x logoWrapper CONFLICT
    By miles in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 17 Oct 2006, 07:56 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