HALP the noob at the interwebs?

Jun 23, 2011 01:05


 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... )

Leave a comment

Comments 2

sweet_miharu June 23 2011, 01:47:58 UTC
What resolution are you at, because on my screen, there isn't any overlap of your layout?
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

fatomelette June 23 2011, 06:37:26 UTC
would resolution really affect it because the stupid ads come up at the right and everything.
Anyway, this helped heaps and I think it's all fixed now.
Thank you!

Reply


Leave a comment

Up