Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Price comparison plugin

Comments

  • Registered Users, Registered Users 2 Posts: 243 ✭✭Decos


    At line 183 in the code you will see the class called 'pcm-table-th-displayname'. You need to add the following code into that class:
    text-align: center;
    

    So now that class will look like this:
    .pcm-table-th-displayname {
        text-align: center;
        font-size: 24px;
        padding: 6px;
        background-color: #408080;
        color: #ffffff;
    }
    
    That should do it.


  • Posts: 2,966 ✭✭✭ [Deleted User]


    Decos wrote: »
    At line 183 in the code you will see the class called 'pcm-table-th-displayname'. You need to add the following code into that class:
    text-align: center;
    

    So now that class will look like this:
    .pcm-table-th-displayname {
        text-align: center;
        font-size: 24px;
        padding: 6px;
        background-color: #408080;
        color: #ffffff;
    }
    
    That should do it.


    Worked a treat..Thank you very much :)


  • Registered Users, Registered Users 2 Posts: 243 ✭✭Decos


    No problem!


Advertisement