• Resolved kev147

    (@kev147)


    Hi Themeboy,

    Is it possible to reduce the size of the team logo in events schedule like THIS i would like them to be a bit smaller if possible i prefer this view than the one of the list so just asking can it be done?

    also is it possible to separate the logos HERE maybe a vs between them they just look a bit crowded.

    Thanks pal

    https://wordpress.org/plugins/sportspress/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author ThemeBoy

    (@themeboy)

    Hi Kev!

    For the first one, you can add the following code to SportsPress Settings > Custom CSS:

    .sp-event-blocks .team-logo { width: 10%; }

    We’ll be adding a delimiter to separate the event logos in today’s update 🙂

    Thread Starter kev147

    (@kev147)

    .sp-event-blocks .team-logo { width: 10%; }

    Superb thanks Themeboy!!

    Plugin Author ThemeBoy

    (@themeboy)

    Glad I could help!

    By the way, we’ve just launched SportsPress version 1.0 and our new website 🙂

    Thread Starter kev147

    (@kev147)

    Ok great im off to look lol…themeboy if i update will i lose any changes you made for me ?
    thanks

    Plugin Author ThemeBoy

    (@themeboy)

    The changes made in your theme won’t be affected. The CSS code from above will also stay in tact 🙂

    Thread Starter kev147

    (@kev147)

    Thanks Themeboy, what code would i use to make the team logos same size in an event ?
    thanks

    Plugin Author ThemeBoy

    (@themeboy)

    Hi Kev,

    Looks like the original image for some of the teams were smaller than the icon size (128×128). You could use the following CSS to limit the height of event team logos to 100px:

    .sp-event-teams img {
    max-height: 100px;
    width: auto;
    }

    Thread Starter kev147

    (@kev147)

    Perfect !
    thankyou again

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘team logo’ is closed to new replies.