Title: Code needed for text centre
Last modified: August 21, 2016

---

# Code needed for text centre

 *  Resolved [kev147](https://wordpress.org/support/users/kev147/)
 * (@kev147)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/code-needed-for-text-centre/)
 * Hi,
 * when you create a league table the name of the table appears above the table 
   and to the left side as we look at it
    Can you tell me the centre text code for
   the text please also using the new feature shortcode menu on a page i selected
   league table and although i choose to show to 3 teams it still loaded the full
   league? and again if you dont mind a code for centring the text for “click to
   view full table”
 * thank you
    Kev
 * [https://wordpress.org/plugins/sportspress/](https://wordpress.org/plugins/sportspress/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [ThemeBoy](https://wordpress.org/support/users/themeboy/)
 * (@themeboy)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/code-needed-for-text-centre/#post-5107962)
 * Hi Kev,
 * Thanks for letting us know. You’re right, the “number” parameter in auto-generated
   shortcodes were not being applied. We’ve just fixed this, so updating to version
   1.2.1 should resolve this issue.
 * We’ll look into adding an option to hide the table title in the next update. 
   Please see below for custom CSS that will center the “View full table” text:
 *     ```
       /* Applies to all tables */
       sp-view-all-link { text-align: center; }
   
       /* Applies to league tables only */
       sp-league-table-link { text-align: center; }
       ```
   
 * [http://wordpress.org/plugins/sportspress/changelog/](http://wordpress.org/plugins/sportspress/changelog/)
 *  Thread Starter [kev147](https://wordpress.org/support/users/kev147/)
 * (@kev147)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/code-needed-for-text-centre/#post-5107965)
 * Thanks Themeboy but although ive added the code above i don’t see any changes
   could you please check that at your end when you have the time.
 * I don’t want to start a thread for this but a question if i may, are we ok carrying
   on posting asks here in this support area nothing im asking is of emergency, 
   unless you prefer me to? just don’t want to open a support ticket at your place
   just for some code or a numb question like i always have lol if it was urgent
   then i would for sure?
 * many thanks for your support as always
    Kev
 *  Plugin Author [ThemeBoy](https://wordpress.org/support/users/themeboy/)
 * (@themeboy)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/code-needed-for-text-centre/#post-5107979)
 * Ah, forgot the dot before each selector. Try this:
 *     ```
       /* Applies to all tables */
       .sp-view-all-link { text-align: center; }
   
       /* Applies to league tables only */
       .sp-league-table-link { text-align: center; }
       ```
   
 * We’re transitioning to email support only, so it is best to submit any new tickets
   via our support site.
 *  Thread Starter [kev147](https://wordpress.org/support/users/kev147/)
 * (@kev147)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/code-needed-for-text-centre/#post-5107981)
 * perfect and understood thanks
 *  Plugin Author [ThemeBoy](https://wordpress.org/support/users/themeboy/)
 * (@themeboy)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/code-needed-for-text-centre/#post-5108010)
 * Great 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Code needed for text centre’ is closed to new replies.

 * ![](https://ps.w.org/sportspress/assets/icon-256x256.png?rev=1252005)
 * [SportsPress - Sports Club & League Manager](https://wordpress.org/plugins/sportspress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sportspress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sportspress/)
 * [Active Topics](https://wordpress.org/support/plugin/sportspress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sportspress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sportspress/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [ThemeBoy](https://wordpress.org/support/users/themeboy/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/code-needed-for-text-centre/#post-5108010)
 * Status: resolved