Log in

View Full Version : forum block is messing up forum head


peugeot405
08-01-2013, 08:00 PM
I've been updating one of my mods, but now i seem to have found a bug.

as you can see in img1 is everything perfectly aligned.

145911

now onced the forum block in sidebar is expended, the aligned is messed up as you can see in img2

145912


I found following:

when block is collapsed i see following codes:

element.style {
width: 0px;
}
element.style {
width: 0px;
}

when expended i see following code changes:

element.style {
width: 270px;
}
element.style {
width: 270px;
}


How can i fix this

Lynne
08-01-2013, 09:12 PM
I fail to see what is wrong with the alignment in the second image. Can you be more specific about exactly what is wrong? We will also need a link to your site in order to view it using firebug.

peugeot405
08-01-2013, 09:43 PM
Hi Lynne, thanks for responding.


In the second image the borders in forumhead are not aligned with the borders in forumrown, they are to moved to the left. But that's only when the sideblock is expended.

Unfortunally i can't give you a direct link as my testsite is on localhost, but i can give you acces through a destktop sharing program.

attached a new image:

145913