Results 1 to 10 of 21

Hybrid View

  1. #1

    Default Re: changing header from image to html

    look for this code in the stylesheet.css

    #logoWrapper{
    height:170px;
    }

    It will be around line 200 or so...I can't tell you exactly as my stylesheet has many modifications. Changing this height will move the main page sections up or down as needed

    There is also a section of code:

    /*changes the logo position, also adds that damn space at the bottom of the logo*/~my notes
    #logo
    {text-align: center;
    padding-top: 1.5em;
    background-color:#000000;}

    around line 118 that will make some changes as well to the height of the logo....

  2. #2

    Default Re: changing header from image to html

    i changed that already to 221px because that is the exact height of my graphical header, it is still adding some extra space...
    MonkFunk Music Community
    Free Music Website

  3. #3

    Default Re: changing header from image to html

    I assume your talking about the logowrapper when you said you've changed that. I suggest trying to change the lower set then. I had alot of trouble with that same problem (and other spacing) these 2 enteries are what made the change in the space at the top of the main . You probably want to make sure your checking both of the stylesheet.css files. I don't know why but I found sometimes the otherone causes troubles with the custom sheet we are using.
    In the meantime, since I am currently working in my Stylesheet, I will run through it again and see if I find any other area's that may have an effect on the space, as far as I know those were the only 2 places.

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

    Default Re: changing header from image to html

    If you have two stylesheet files, the second one will usually override any changes you make on the first one (for declarations that apply to the same selectors). It is generally a bad idea to have two main stylesheets with duplicate information. Merge them and weed out duplicated or conflicting info.
    Note: naming a file stylesheet_old.css or stylesheet_backup.css will not stop it from being applied to your page.

 

 

Similar Threads

  1. Can I add an HTML image map into the header?
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 25 Jun 2009, 10:24 PM
  2. Changing Header Image!
    By SteveeF in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Jun 2008, 09:08 PM
  3. Changing the thumnails image html
    By helmetman in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Sep 2006, 09:00 PM
  4. How do I switch my header image to an html doc?
    By rwhalt in forum General Questions
    Replies: 2
    Last Post: 2 Sep 2006, 10:06 PM
  5. Changing stock Zen image in html e-mail header help
    By dandownunder in forum General Questions
    Replies: 8
    Last Post: 18 Aug 2006, 09:51 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