Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Howto adjust Header Height?

    Hi, I am using Cherry Zen template, I have changed my own logo and now want to adjust the header height to fit the logo height

    Which file and where should I adjust to achieve that? thanks!!

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

    Default Re: Howto adjust Header Height?

    stylesheet.css

    Link to your site

  3. #3
    Join Date
    Sep 2004
    Location
    Murfreesboro, TN
    Posts
    588
    Plugin Contributions
    0

    Default Re: Howto adjust Header Height?

    Musicfreer;

    More specifically here is what I did:

    Break out #logoWrapper from the #headerWrapper, #contentMainWrapper, #logoWrapper, line so it is by itself (see example below).

    #logoWrapper{
    /*background-image: url(../images/bback.gif);*/ if you want some small repeating image in your top header
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:75px; // This controls your height
    }

    I hope this helps

    Good Luck...

    0be1
    "Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth." - John Wesley

  4. #4
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: Howto adjust Header Height?

    Thanks Kobra and Obe

    my site is

    www.locomolife.com/zen


    As I am using Cherry Zen template, the logowrapper is already broken up itself, please let me know how to code it

    thanks

  5. #5
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: Howto adjust Header Height?

    FYI, this is my codes

    Code:
    /*wrappers - page or section containers*/
    #nw {
    	text-align:left;
    	vertical-align:top;
    	margin:0 auto;
    }
    #headerWrapper {
    	float:left;
    	width:100%;
    }
    #navMainWrapper {
    	height:32px;
    	width:100%;
    	font-size:12px;
    }
    #logoWrapper {
    	width:auto;
    }
    #logo {
    	float:left;
    	padding-left:15px;
    	text-align:center;
    }
    #taglineWrapper {
    	width:75%;
    	float:left;
    }
    #tagline {
    	font-size:1.1em;
    	text-align:center;
    	padding:25px 8px 35px;
    }

  6. #6
    Join Date
    Sep 2004
    Location
    Murfreesboro, TN
    Posts
    588
    Plugin Contributions
    0

    Default Re: Howto adjust Header Height?

    Musicfreer;

    Please look again at the example I gave you in my post as my logoWrapper and your logoWrapper differ. I have a height statement in mine whereas you do not.

    Also one of the best things you can do is use firefox with the webdeveloper and firebug add-ons when doing your development. These plug-ins allow you to modify your site in real time, save the changes to the files locally and then you just need to ftp them up to your server and refresh your browser to see the changes.

    Again, try the part of the logoWrapper from my original post and go from there. If that does not work, please describe EXACTLY which part of the screen you are trying to get changed.

    tia...

    0be1
    "Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth." - John Wesley

  7. #7
    Join Date
    Jul 2008
    Posts
    155
    Plugin Contributions
    0

    Default Re: Howto adjust Header Height?

    Quote Originally Posted by 0be1 View Post
    Musicfreer;

    Please look again at the example I gave you in my post as my logoWrapper and your logoWrapper differ. I have a height statement in mine whereas you do not.

    Also one of the best things you can do is use firefox with the webdeveloper and firebug add-ons when doing your development. These plug-ins allow you to modify your site in real time, save the changes to the files locally and then you just need to ftp them up to your server and refresh your browser to see the changes.

    Again, try the part of the logoWrapper from my original post and go from there. If that does not work, please describe EXACTLY which part of the screen you are trying to get changed.

    tia...

    0be1
    Thanks a lot Obe, I found it very convenient to use webdeveloper

    and I added the height attribute to the taglinewrapper to solve the problem!

    thanks again!!!

    Btw, I have another problem about multiple images. I used IH2 to upload first image and FTP the rest into the same folder

    IH2 show all related photos for my product. However, when I goto the product info page, only the main photo is showing. I am sure that I have enabled additional image in my configuration. What else steps I missed?

 

 

Similar Threads

  1. how do I adjust the mainwrapper height?
    By hangman21 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Jul 2010, 10:58 PM
  2. How to adjust the height of Fckeditor window?
    By sschwab in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 21 Feb 2010, 06:18 AM
  3. Adjust sidebox title height
    By avf in forum Basic Configuration
    Replies: 3
    Last Post: 31 Jan 2010, 09:15 PM
  4. Adjust Header Height
    By NancyOK in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Apr 2007, 06:20 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