im using a free theme and have already made 80% of my site. Isnt it too late for a child theme? Also is there even a point on a free theme, since updates proabably arent supported anyway?
If its a css issue cant a minor change to the stylesheet fix this?
/*-----------------------------------------------------------------------------------*
/* = Header
/*-----------------------------------------------------------------------------------*/
#header-wrap {
background: url(https://mywebsite.com/wp-content/uploads/2013/12/eb9.png) no-repeat ;
height: 131px;
margin:0 auto;
width: 100%;
position: relative;
}
#header {
margin: 0 auto;
width: 980px;
padding: 30px 0;
position: relative;
z-index: 99;
}
#logo {
float: left;
color: #999;
}
#logo h2,
#logo h1 {
margin: 0 !important;
line-height: 1em !important;
font-size: 36px;
font-weight: bold;
font-style: normal;
}
#logo h2 a,
#logo h1 a {
color: #FFF;
text-decoration: none;
}
#logo h2 a:hover,
#logo h1 a:hover { color: #FFF }
#top-ad{
position: absolute;
top: 20px;
right: 0px;
}
Ive tried altering the positions, deleting them all together, removing width100%. Cant figure it out