• Resolved corij

    (@corij)


    I have some users that have a small screen (i.e. low resolution) and when they go to enter event details and stats, the list is quite large, and the numbers barely show (and you can’t see if you’ve accidentally typed more than one digit).

    I think I can change this to fit with the following style:

    /*
    ** make data entry easier to read double numbers on small screen by removing margins and reducing font size
    */
    table.widefat.sp-data-table input[type="text"]
    {
        padding: 0px 0px;
        font-size: 10px;
        text-align: right;
    }

    However, I am not sure where to put this style directive to make it work. I added my own “custom admin theme plugin” but the Sportspress admin.css gets loaded last and overrides my override.

    Any advice?

    Thanks!
    corij

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

    (@rochesterj)

    Hi!

    You could add ! important in your styles to overwrite any style added even after that

    Kind Regards,
    -Roch

    Thread Starter corij

    (@corij)

    That got that working, thanks for the advice.

    I would still suggest that you add a CSS override option in the SportsPress backend, so we can put in custom CSS that is loaded after your admin.css. (or add some options/fixes to make the box score managable for data entry on smaller resolution screens)

    Thanks again!
    corij

    Roch

    (@rochesterj)

    Hi!

    Thanks for that! This is actually a cool addon, please consider adding it to our ideaboard: https://tboy.co/ideas

    Kind Regards,
    -Roch

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help changing size of player stats for Event’ is closed to new replies.