Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | |
Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | Re: UBBC box inside posting area. (5th Feb 11 at 9:34pm UTC) | | Only checked iDirectory but would presume this applies to both. You have this CSS code in (I think) the Global Header. It is causing the problem:
 Code: - #quick_reply_padding {
- padding-right: 0px !important;
- }
| |
|
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: UBBC box inside posting area. (5th Feb 11 at 10:26pm UTC) | | That would be this code:
 Code: - <style type = 'text/css'>
- #footertime, #footerstats {
- display: none;
- }
- #bottomtext div {
- float: none !important;
- text-align: center !important;
- }
- #user_table{
- display:none;
- }
- #subscribe_topic {
- display: none;
- }
- #quick_reply_editor {
- float: none;
- text-align: center;
- margin: 0 auto !important;
- }
- #quick_reply_padding {
- padding-right: 0px !important;
- }
- </style>
I took that part out, and it now looks good.
Thanks. | |
|