I have not dabbled in html layout-ing in years (though I was a noob even then) and I need help fixing up my current layout.
On my friends or journal page the entries overlap on the right side bar. I managed to stretch the bg but I don't know how to move the entries to the left or the side bar more to the right, which is the most preferable thing to
(
Read more... )
Comments 2
I did have a bit of a play with it and managed to move the sidebar more to the right
In the source coding, this part should be the more that moves the side bar.
#sidebar{
width:130px;
left:750px;
top:75px;
color:#000000;
position:absolute;
visibility: visible;
text-align:justify;
z-index:20;
}
Just change the number of pixels in the left tag. Like, I changed it to left: 1000px; which moved it 1000 pixels from the left (so more to the right).
Does that help at all?
Reply
Anyway, this helped heaps and I think it's all fixed now.
Thank you!
Reply
Leave a comment