01/23/2015 at 5:54 pm
#316992
Keymaster
@ Linda
This should left align it.
#cn-tile-plus .cn-list-section-head .cn-alphaindex {
text-align: left !important;
}
Putting it above is a bit tricky. What I’m about to give you is untested, so…
First install the Code Snippets plugin.
Add a new snippet with the following code to a new snippet:
remove_action( ‘cn_list_character_index’, array( ‘cnTemplatePart’, ‘index’ ) );
add_action( ‘cn_action_list_before’, array( ‘cnTemplatePart’, ‘index’ ), -9 );
Save and activate the snippet.