• Resolved jorge2701g

    (@jorge2701g)


    Hi,

    I need help with the width of the columns on my league table.
    “MJ, K, D, OC, PTS” should have the same width and the rest of the table should stay the way it is.

    Could you help me with this?

    Many thanks!

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

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

    (@savvasha)

    Hi there @jorge2701g ,

    You can try to add something like this at SportsPress->Settings->Custom CSS:

    .data-mj, .data-k, .data-d, .data-oc, .data-pts {
        width: 30px;
    }

    Thanks,
    Savvas

Viewing 1 replies (of 1 total)

The topic ‘League Table Columns width’ is closed to new replies.