H1 tag problem in Wordpress

Discussion in 'CSS' started by karthik5300, Feb 27, 2012.

  1. #1
    when ever i use the header tag on wordpress (h1 to h6), the huge space was created and the tag aligned to left can any one help me how to merge the h1 tag to the content without leaving spaces.
     
    karthik5300, Feb 27, 2012 IP
  2. KlausKesselGO

    KlausKesselGO Peon

    Messages:
    130
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you have a CSS style sheet align: center; and

    margin-bottom:15px; margin-top:0px;
    to dictate how much space appears on each side. But in plain code <h1 align="center" style=" margin-bottom: 15px; margin-top:0px;">
     
    KlausKesselGO, Feb 27, 2012 IP