• Hi there

    I’m trying to reduce the size of the team logo on mobile only on the league table.

    Below is my code. Can you advise why it’s not working?

    Thanks

    @media only screen and (max-width:767px)
    
    {
    
    .sp-league-table .team-logo img
    {
    max-width: 40px !important;
    }
    
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @tgo_dc,

    I just visited your site. Did you alreasy solve you problem, because I am testing it in my mobile phone and everything looks ok! ??

    Thanks,
    Savvas

Viewing 1 replies (of 1 total)
  • The topic ‘Reduce team logo size on league table’ is closed to new replies.