Dude. A mood theme! You made a freaking mood theme! kjdg;akjdlkjg. I'm totally using it :DD
(Also, about the header problem, I'm thinking it might just be something in the coding? There might be some way to change the width of it to fit the banner, or to not make the banner repeat and to center it, instead? Worst comes worst, I could edit the banner to make it wider.)
Well it's not the lack of title that was the problem, it's the location of the 'recent entries, friends, calendar, profile' etc links which is off ;) I'll go test the new code...
(Also, about the header problem, I'm thinking it might just be something in the coding? There might be some way to change the width of it to fit the banner, or to not make the banner repeat and to center it, instead? Worst comes worst, I could edit the banner to make it wider.)
Reply
#header, #header-content {
background-image: none;
}
#header-inner {
background-image: url(http://i718.photobucket.com/albums/ww185/mr_toulouse/hmorris2.png);
background-repeat: no-repeat;
background-position: top center;
height: 290px;
width: 780px;
}
#header-content-inner {
margin: 260px 0px 0px 0px;
}
#header-name a{
display: none;
}
#header-text ul{
font-size: 10pt;
}
#container-inner {
width: 780px;
}
#alpha {
width: 590px;
}
.layout-tw #alpha-inner {
width: 550px;
}
Reply
Reply
I found the title to be very big and obstrusive, so I removed it. If you want it back, though, just enter these modified codes :
#header, #header-content {
background-image: none;
}
#header-inner {
background-image: url(http://i718.photobucket.com/albums/ww185/mr_toulouse/hmorris2.png);
background-repeat: no-repeat;
background-position: top center;
height: 290px;
width: 780px;
}
#header-content-inner {
margin: 230px 0px 0px 0px;
}
#header-name a{
font-size: 12pt;
}
#container-inner {
width: 780px;
}
#alpha {
width: 590px;
}
.layout-tw #alpha-inner {
width: 550px;
}
That should do the trick. Although, I can't be certain since I'm no longer testing it at my journal, but you can give it a try :)
Reply
Reply
Reply
#header, #header-content {
background-image: none;
}
#header-inner {
background-image: url(http://i718.photobucket.com/albums/ww185/mr_toulouse/hmorris2.png);
background-repeat: no-repeat;
background-position: top center;
height: 290px;
width: 780px;
}
#header-content-inner {
margin: 222px 0px 0px 0px;
}
#header-name a{
font-size: 14pt;
}
#container-inner {
width: 780px;
}
#alpha {
width: 590px;
}
.layout-tw #alpha-inner {
width: 550px;
}
Reply
Reply
Where you see this :
#header-content-inner {
margin: 0px 0px 0px 0px;
}
Add a number in the bolded spot (I'd say around 240?) until it's where you want it.
Reply
Reply
Reply
Leave a comment