• Resolved oldrunner

    (@oldrunner)


    Hi,
    how can I increase the size of the picture in the player lists?

    Thanks

    Alexander

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Roch

    (@rochesterj)

    Hi there!

    This is controlled for the most part by your theme. We can adjust it partially via CSS.

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .sp-player-list .data-name .player-photo img {
    	max-width: 500px !important;
    	max-height: 500px !important;
    	width: 500px;
    	height: 500px !important;
    }

    Kind Regards,
    -Roch

    Thread Starter oldrunner

    (@oldrunner)

    it works, thanks!

    Roch

    (@rochesterj)

    You’re most welcome!

    Let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Size of picture in playerlist’ is closed to new replies.