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

    (@themeboy)

    Hi there,

    League tables use the default table styles of the current theme. It looks like the header cells are center-aligned but the body is left-aligned. Let’s add some Custom CSS via SportsPress > Settings. There are 2 options:

    To align left:

    /* Left align */
    .sp-league-table { text-align: left; }

    To align center:

    /* Center align */
    .sp-league-table { text-align: center; }

    Thread Starter jonathanwpurvis

    (@jonathanwpurvis)

    perfect left align sorted it thanks very much

    Plugin Author ThemeBoy

    (@themeboy)

    Glad I could help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘League Table is slightly misalligned’ is closed to new replies.