Thread: H1 Aggravation

Results 1 to 3 of 3
  1. #1
    Join Date
    May 2007
    Location
    Cincinnati, Ohio
    Posts
    244
    Plugin Contributions
    0

    Default H1 Aggravation

    I have an H1 setting in my stylesheet BUT it causes the H1 headline to appear indented. I did look into my stylesheet and found where it called out:
    h1, h2, h3, h4, h5, h6 {
    margin: 0.3em 0;
    }
    Oh, I thought that explains the H1 being indented (not why h2, h3.h4, etc. are not but...). I hid that command to give a .3 em margin to those headers, and so it would not effect my page. Alas, that did not work. The H1 header is still indented and the rest of the H2, H3, etc are not. How can I get the H! header to go back and line up with the rest of the text?

    <a href="http://www.possets.com">Here is a link to my front page where it is happening.</a>Thank you. If you want me to provide you with any other information, just ask.
    The Zen of cat.

  2. #2
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: H1 Aggravation

    http://possets.com/includes/template...stylesheet.css

    H1{
    font-family: "Palatino Linotype" , "Book Antiqua", Georgia, serif;
    font-size: 30px;
    color: #710000;
    margin-bottom: 0;
    padding: 0 10px;
    margin-top: 10px;
    padding-top: 0;

    The above explains the indenting. Change to suit.

  3. #3
    Join Date
    May 2007
    Location
    Cincinnati, Ohio
    Posts
    244
    Plugin Contributions
    0

    Default Re: H1 Aggravation

    My God! It's a forest! I could not see it for all those darned trees!

    Thank you, Rob.
    The Zen of cat.

 

 

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