Skip to Content Skip to Menu

list header center aligned .how do I align left?

  • tjh1965
  • tjh1965
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
13 years 8 months ago #154346 by tjh1965


I have searched all the .css files and can not find anything that will allow me to align the titles left.

Can anyone fill me in on what I am missing?

Thanks
Attachments:

Please Log in or Create an account to join the conversation.

  • Hilbe
  • Hilbe
  • OFFLINE
  • Posts: 6
  • Thanks: 1
  • Karma: 0
13 years 2 months ago - 13 years 2 months ago #174005 by Hilbe
Yes,

look on with FTP: /components/com_comprofiler/plugin/templates/"your template"/template.css

search for:

cbUserList

and change this line:
"table#cbUserTable th { padding: 5px; font-weight: bold; }"

to this:

table#cbUserTable th { text-align: left; padding: 5px; font-weight: bold; }

pretty easy :-)

To be honest: Every browser display this list in a different way. So there is no problem to add this command. Now all browsers will use left allign table headers.
Last edit: 13 years 2 months ago by Hilbe.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum