Layout help. Please?

May 06, 2011 13:59

I'm currently using this layout: http://velvetsunshine.livejournal.com/27265.html (Different pics and what not, but that's the coding.) But for some reason, it's chopping off half of the bottom entry on each page. It's also chopping up comments so I can't see or reply to them. I've ( Read more... )

comment page

Leave a comment

Comments 4

mordyn4 May 8 2011, 02:20:59 UTC
I'm trying to see this in action, are those caps from flocked entries?

What browser are you using?

Reply

keeper_of_stars May 8 2011, 03:24:35 UTC
Yes, those are from f-locked entries. But this is happening on every page for me, my f-list included. Same with the comments. It's not just on that particular entry. I'd be happy to add you if that would help, though.

I'm using internet explorer.

Reply

mordyn4 May 8 2011, 03:57:22 UTC
I'm on a mac, so I can't be sure, but this looks like a negative margins issue. In the entry holder code, I believe the top margin is made huge (280pixels) in order to shove down the entries for the banner at the top, but then this has to be compensated for by using negative margins at the bottom of the entries (-250 pixels) in order to make it look right. However, IE sometimes has issues with negative margins. Maybe it would be better to shove down the bodyblock or something. I'd go back to the maker of the layout and ask them to see if they can allow space for the banner without using negative margins. Like maybe start with:

.bodyblock {
position: absolute;
top: 280px;
}

Reply

keeper_of_stars May 9 2011, 03:37:57 UTC
Awesome, thank you. I'm going pass this along to the person who installed the layout for me. Thanks so much.

Reply


Leave a comment

Up