• Resolved titchone

    (@titchner)


    i have been working with this great plugin to set up a supporters fanzine forum website. and this plugin is great with loads of options.

    the one problem i have is image sizes in the match fixture widget and match fixture single page there to small.

    is there away to change the size of the club logos i see that they are linked to a resized image that is created when the file is uploaded which is set to 50×50.

    what file controls the size and img path?

    thanks 🙂

Viewing 1 replies (of 1 total)
  • Hi mate,

    Sorry for the delay getting back to you.

    Probably the easiest way to alter the sizes of those images is to override the css. Add the following to your themes CSS file or add it to a custom CSS file in your theme, changing the height and width values to the size you want:

    .wpcm-matches-widget .clubs .home-logo,
    .wpcm-matches-widget .clubs .away-logo {
        height: 30px;
        width: 30px;
    }

    Hope that helps, although looking at your profile image above, I had to think twice whether to help you at all (only joking of course – I’m a West Ham fan!)

    Enjoy the plugin 🙂

Viewing 1 replies (of 1 total)

The topic ‘match fixture images’ is closed to new replies.