How do I control Google Search Results display properties?
        Posted  
        
            by fmz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fmz
        
        
        
        Published on 2010-04-19T00:46:09Z
        Indexed on 
            2010/04/19
            0:53 UTC
        
        
        Read the original article
        Hit count: 301
        
css-positioning
I am putting the finishing touches on a customized Google Search for a site and need a little assistance tweaking the header on the results page.
I was able to manage the spacing of the results content with:
#results4   { width: 620px; padding: 20px;  }
However you will notice that the top row of information
Results 1 - 10 for search...
runs off the right side of the content area.
I tried using the following code, but it didn't help:
.t  td  { align:left; }
I also tried margin-right and padding but those didn't work either. what is the best way to get that content to move over into the content area?
thanks.
© Stack Overflow or respective owner