On Firefox, if I attach a file to a node, when I view this node, the attachment div is nearly off the screen. See screenshot.

CommentFileSizeAuthor
attachments-off-screen.JPG23.32 KBphatmann

Comments

jgodfrey’s picture

We are seeing the same issue, except it is occurring with tables. For a while, as a temporary fix, we could insert an


above the table to keep it from showing off of the screen. It appears that this is still not corrected in the new release/update for the theme.

Thanks.

- John -

clsandford’s picture

Assigned: Unassigned » clsandford

I get the same issue with tables.

Is there a fix on the way, its almost been a year since the last post.
jgodfrey, what was your temporary fix, can't understand your sentence.

I've tried to fix it but can't seem to find where exactly to put a fix.
Using firebug (firefox pugin) by changing the offset, and then some other bits, so i end up with this:

where the table is inserted.
But trying to find where to add the align="left" in the css is beyond me.

Any one got any temporary fixs?

Thanks

clsandford’s picture

Woohoo,

I think i've fixed it.

I added a 'float:left;' style to the table field on line 427 of the 'styles.css' file.
It seems to work. I will post again if I notice any other problems arise from this tweek.

- line 427 -
table {
margin: 0.5em 0 1em 0;
width: 100%;
float:left;
}

Snugug’s picture

Status: Active » Closed (won't fix)

Hey phatmann, jgodfrey, and clsandford, sorry it's taken so long for anyone to get back to you all.
I have recently taken over this project and am taking it in a new, D7 only direction, and as such, and am no longer supporting the previous incarnation of this theme. As such, I'm sorry to say, I will not be fixing this issue.