Results 1 to 10 of 116

Threaded View

  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Page layout question

    Here are some stylesheet changes that will work:

    First, move the #navEZPagesTop that is above #logoWrapper down to merge with the one that is below #navBreadCrumb, as shown.

    Move the #logoWrapper bg to #headerWrapper as shown.

    #logoWrapper+.clearBoth {display: none;}
    in modern browsers will suppress the clearBoth temporarily.
    Code:
    #headerWrapper {
    	background-image:url(../images/head_bg_2.gif);
    	background-repeat: no-repeat;
    	background-position: 30px center;/*adjust as required*/
    	}	
    
    #logoWrapper {
    	width:200px;
    	height:150px;
    
    	/*background-image:url(../images/head_bg_2.gif);
    	background-repeat: no-repeat;
     you will probably need to move these
     into a #headerWrapper rule as shown above*/
    
    	float: left;
    	}
    
    #logoWrapper+.clearBoth {display: none;}
    /* this won't work in IE6. in other browsers, it gives a taste of what will 
    happen when you delete the <br class="clearBoth" /> in tpl_header.php */
    
    ...
    
    #navBreadCrumb {
    	padding: 0.5em 0.5em;
    	background-color: #ffffff;
    	font-size: 0.95em;
    	font-weight: bold;
    	margin: 0em;
    	}
    
    #navEZPagesTop {
    	width: 512px;/*adjust to taste*/
    	float: right;
    	background: none;
    	font-size: 0.95em;
    	font-weight: bold;
    	margin: 113px 0 00em;
    	padding: 0.5em;
    	}
    Last edited by gjh42; 21 Dec 2008 at 07:51 PM.

 

 

Similar Threads

  1. Main Page Layout Question
    By kinembe in forum Basic Configuration
    Replies: 2
    Last Post: 7 Jan 2012, 08:07 PM
  2. Product Listing display page / category page layout change question
    By cgarforth in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Dec 2010, 02:37 PM
  3. Home Page Layout Question
    By EPA570 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Jul 2009, 09:54 AM
  4. Page layout question
    By tbroush in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Apr 2007, 04:59 PM
  5. Question on page layout changes
    By tanky in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Jul 2006, 10:04 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