h2 problem

Discussion in 'CSS' started by giusbit, Jan 11, 2009.

  1. #1
    hi,

    have a look at the H2 in the sidebar boxes of this site http://www.assancarlosesto.com/

    i get that white space, how to avoid it?

    here's the css:

    
    #left_side h2, #right_side h2 {
    	height:30px;
    	margin: 5px 0 0;
    	padding:0px 0px 0px 5px;
    	background: url(http://www.assancarlosesto.com/wp-content/themes/san_carlo_sesto/images/header_st.png) repeat-x; 
    }
    
    Code (markup):

     
    giusbit, Jan 11, 2009 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    remove it from the image you are calling as a background? The top six or seven pixels are white.
     
    deathshadow, Jan 11, 2009 IP