Hi,
Thanks for such great Theme. I am using social plugin by mail chimp. Using RtPanel + Social plugin makes the following problem in the comment section
Name and Website are cutted. I tried to solve this by adding the following CSS code:
p.social-input-row-url {
height:30px;
}
p.social-input-row-author{
height:30px;
}
input.social-input {
position:relative;
top:6px;
}
Result is:
It is not perfect but it is a work around. I have tested it in Firefox, Chrome and IE9, haven't seen any issues.
If you know any better solution, please let me know.