PDA

View Full Version : How to reduce space in postbit



PandavB
11-02-14, 02:42 PM
To reduce the space between the message area and the signature space go in:

Admin CP -> Style & Templates -> Style Manager -> CSS Templates -> Postbit.css

Find:

PHP Code:

/*post bit*/
Add under it:

PHP Code:

.postbitlegacy .after_content {
clear:right !important;
}
Save.

Finish