Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

a simple question about vanilicon

remziremzi
edited May 2013 in Vanilla 2.0 - 2.8

is there any way for these icons to fit the profile area properly

Comments

  • x00x00 MVP
    edited May 2013

    you can stretch them. if you need more resolution you could even modify the plugin, as it is generated.

    edit - looks like they have only three sizes.

    Why not add a border/margin and centre them?

    grep is your friend.

  • ChanuxChanux ✭✭
    edited May 2013
    • @remzi Go to domain/conf/config-defaults.php file

    • You can find a code line like this (line #85) $Configuration['Garden']['Profile']['MaxWidth'] = 250;

    • Change 250 to your size

  • @Chanux

    Changes should not be made to the config-defaults file

    The code should be copied to config.php and changed there.

Sign In or Register to comment.