Hello,
I am going crazy here trying to fix this problem. The drop down menu for Format and style are 18px down and 18px to the right out of place. It's the actual HTML document within the body that seems to be out of place (thanks Firebug). To get an idea of what I am saying, please see the attached image.
Anyway, I found if I change the following body tag to have a margin of -18px, the problem seems to be resolved. Obviously, I shouldn't to do it but something is messing it up somewhere.
Anyone have any ideas of where I can access the Javascript writing this content, and make the -18px hack? Due to this being used within Plone, I am somewhat limited in the overall extent of modifications possible... so I really want to just do that hack. (And then go home for the weekend).
Any advice would be greatly appreciated.
Thanks,
Will
I am going crazy here trying to fix this problem. The drop down menu for Format and style are 18px down and 18px to the right out of place. It's the actual HTML document within the body that seems to be out of place (thanks Firebug). To get an idea of what I am saying, please see the attached image.
Anyway, I found if I change the following body tag to have a margin of -18px, the problem seems to be resolved. Obviously, I shouldn't to do it but something is messing it up somewhere.
<body id="content" class=" ForceBaseFont documentContent" style="margin: 0px; padding: 0px; -moz-user-select: none;" >
Anyone have any ideas of where I can access the Javascript writing this content, and make the -18px hack? Due to this being used within Plone, I am somewhat limited in the overall extent of modifications possible... so I really want to just do that hack. (And then go home for the weekend).
Any advice would be greatly appreciated.
Thanks,
Will
Re: Slightly out of place Font Format and Style Menu
I am sitting with the exact same problem. Did you find a solution for it?