In my UserList the column title is centerd and the colums are left. To change the column title to the left i must use the following code in my joomla template CSS file or CB template CSS file (
www.joomlapolis.com/forum/153-professional-member-support/177606-solved-list-design#177673
):
Code:
.cbUsersList .sectiontableheader {
text-align: left;
}
This does not work. I try in joomla template CSS and CB template CSS file but the column title keeps centered. How to solve this?
Joomla 2.5.4
CB 1.8
CloudBase 2
IE8