Help lowering site name

Permalink
Hi there,

I noticed today that on our website:http://www.rutherfordquiltguildinc.org/...

Our website name overlaps a little with the colors in the corner. I changed from green to magenta to see if it helped it stand out- but still not perfect.

Is there any way to get our sitename off of the theme colors up in the corner? Thanks!

 
Steevb replied on at Permalink Reply
Steevb
That is the nature of the theme.

You can try altering the title margin in the main.css.
hgroup h1#pagetitle{   
   margin: -5px 0 -10px;
}


Change to:
hgroup h1#pagetitle{   
   margin: 15px 0 -10px;
}