I have the CSS code here…I don’t know what to change. I thought that changing img.logo to 500 px I would upload a larger logo but that’s not the case.
Also I thought that maybe I could not upload the logo but I could have the background used as a banner with my logo on it. Either way I’m lost
Please help!
/* ————————————————————————- */
/* HEADER
/* ————————————————————————- */
.bg-head { border-bottom:2px solid #ededed; }
.site-head { margin:0 auto; padding:0 15px; }
.head-top-inner { overflow:hidden; }
.home-link { display: block; max-width:500px; }
.home-link:hover { text-decoration:none; }
img.logo { max-height:500px; }
img.logo:hover{ opacity:0.8; }
h1.site-title { color:deeppink!important; margin:0; }
.site-description { margin-top:0; color:#333; }
.branding { background:#f9f9f9; border-width:0 0 2px 0; border-style:solid; border-color:#efefef; width:100%; }
.breadcrumb { padding:5px 15px 0; font-size:small; font-weight:400; }