Quote:
Originally Posted by trotskid
Thank you. So what I must to do to increase the width?
|
Edit admincp/profileselector.php:
Find:
PHP Code:
$this->maxwidth = 150;
$this->maxheight = 150;
Replace:
PHP Code:
$this->maxwidth = 300;
$this->maxheight = 300;
Find in template: memberinfo_block_pitems
HTML Code:
height:155px;
width:120px;
Replace
HTML Code:
height:325px;
width:325px;