Hey, I tried to add a header to the layout and for some reason it's not lined up right, it sits to far to the left. I use Firefox, any ideas how to fix it?
Yeah... sorry about this! I actually just recently updated the coding to fix this... but I looks like you got the older version of the coding... so this what you do..
Go here...
.headerimage { position: relative; width: 830px; < -- CHANGE THAT TO 630px margin-left: auto; margin-right: auto; margin-bottom: 0px; background-repeat: no-repeat; /* THIS IS WHERE YOU WOULD ADD YOUR HEADER --- HEADER IMAGE LOOKS BEST AT EXACTLY 630 PIXELS WIDE */ background-image: url("http://www.omochakou.net/ljheader.png"); height: 338px; /* hight of header image */ }
It should work now! Let me know if you need anymore help! :)
Comments 116
Reply
Reply
Reply
Thanks in advance and hope I'm not a bother. ^^;
Reply
I actually just recently updated the coding to fix this... but I looks like you got the older version of the coding... so this what you do..
Go here...
.headerimage
{
position: relative;
width: 830px; < -- CHANGE THAT TO 630px
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-repeat: no-repeat;
/* THIS IS WHERE YOU WOULD ADD YOUR HEADER --- HEADER IMAGE LOOKS BEST AT EXACTLY 630 PIXELS WIDE */
background-image: url("http://www.omochakou.net/ljheader.png");
height: 338px; /* hight of header image */
}
It should work now!
Let me know if you need anymore help! :)
Reply
Reply
PS-any idea how I can show the tags for all of my entries?
Reply
Reply
Reply
.ljtags
{
display: none; < -- REMOVE THAT
font-family: "lucinda grande", tahoma;
color: #808080;
background-color: #404040;
font-size: 7pt;
position: left;
margin-top: 0px;
position: relative;
text-transform: lowercase;
top: 13px;
border: 0px solid #C8C8C8;
}
hope this helps. :)
Reply
Leave a comment