This addon uses the class="Popup" Which is controlled I believe within core functions.
The css for this addon, uses % for widths, so I would imagine size of popup is set by default, from core.. and the div that contains about me information defaults to its parent class, that being Popup.
within am.default_theme.css line 8
width: 95%; Try setting this to say 600px just to test. You may need to clear cache. I am not sure if this will fix, as it is untested and I dont use this plugin. If it works you may also need to set a height, but can get messy fiddling this way. Personally, most users would expect to scroll vertically, so handling width is perhaps the better option.
Comments
The css for this addon, uses % for widths, so I would imagine size of popup is set by default, from core.. and the div that contains about me information defaults to its parent class, that being Popup.
within am.default_theme.css line 8
width: 95%;
Try setting this to say 600px just to test. You may need to clear cache. I am not sure if this will fix, as it is untested and I dont use this plugin. If it works you may also need to set a height, but can get messy fiddling this way. Personally, most users would expect to scroll vertically, so handling width is perhaps the better option.
♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads
Just thinking about this, you could chain the class like.
Class=Popup Big
And then define width in .Big class defnitions , untested
♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads