Thanks Josh. I don’t actually know CSS. I’m using the Catchbox theme by Catch Themes. I’ve manipulated several items within this code section:
‘
/* =Header
———————————————– */
#branding {
background-color: #fff;
padding-bottom: 10px;
position: relative;
z-index: 9999;
-moz-border-radius: 5px;
border-radius: 5px;
}
#site-title {
margin-left: 450px; <right 270>
padding: 0;<0>
}
#site-title a {
color: #111;
font-size: 36px;
font-weight: bold;
line-height: 46px;
text-decoration: none;
}
#site-title <a:hover,>
#site-title a:focus,
#site-title a:active {
color: #1982d1;
}
#site-description {
color: #7a7a7a;
font-size: 1px;
margin: 270 0px 2.5em 0;
}
#branding img {
height: auto;
margin-bottom: -7px;
width: 100%;
}
#site-logo {
margin: 0;
padding: 0;
max-width: 300px;
}
#branding #site-logo img { margin: 0 }
‘