![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I'm having a problem in my personal journal, where if a comment thread goes over three comments, the fourth comment is pushed to the left when trying to reply to the third comment. The more comments in the thread, the more it gets pushed.
It can be seen in this post where I've made a bunch of comments to myself to illustrate: https://seleneheart.dreamwidth.org/1312626.html
Also see pic under the cut.
( pic of problem )
I've used the inspector to look at the code, and what I see is that, for each ongoing comment, in the
For each ongoing comment, the value of
It can be seen in this post where I've made a bunch of comments to myself to illustrate: https://seleneheart.dreamwidth.org/1312626.html
Also see pic under the cut.
( pic of problem )
I've used the inspector to look at the code, and what I see is that, for each ongoing comment, in the
qrformdiv
there is the following code:element {
min-width: 696px;
position: relative;
right: 75px;
background-color: rgb(103, 150, 199);
}
For each ongoing comment, the value of
right: __px;
grows larger. In the inspector, if I reduce the value of right:
, it fixes the problem. However, that's not feasible to go in for every comment, or try to anticipate how long a thread could get. I have a paid account, and I'm using Abstractia as the base of the theme.