Wordpress Spacing question- help please

2 replies
  • WEB DESIGN
  • |
Hi All

On the 2011 default WP theme , does anyone know how i can reduce the space between the top of the header image and the line of text "just another Wordpress site".

Appreciate any help

Thanks

Marty
#question #spacing #wordpress
  • Profile picture of the author juhasan
    If you have knowledge on CSS, then change the following values. Otherwise paste the value in style.css file and save it. Hope it will work for you.

    HTML Code:
    #site-title { padding: 1.0em 0 0; } 
    
    #site-description { margin: 0px; }
    {{ DiscussionBoard.errors[4311945].message }}
    • Profile picture of the author martyJames
      Hi juhasan

      Thanks very much for this. Worked perfectly! I dont have any knowledge of CSS but am able to go into the editor and change things when i know what to change. Really appreciated your assistance

      Cheers

      Marty
      {{ DiscussionBoard.errors[4313056].message }}

Trending Topics