Quote:
Originally Posted by MarkFL
Change the plugin code to:
PHP Code:
if (THIS_SCRIPT === 'forumdisplay')
{
$template_hook['headinclude_css'] .= '<style>.threadlisthead span.threadinfo, .threadbit .threadinfo {width: 48% !important;}</style>';
}
This way it will override any other normal selectors pertaining to those elements.
|
Okay bro it is works good now
thanks alot :up::up: