03/26/2015 at 10:38 am
#329701
Keymaster
@ Iris
These links are a simple unordered list which uses the theme’s styling. To change the alignment, you would override the theme’s styles for that specific list.
Thats said…
Adding this to the theme’s custom CSS area should do the trick:
#cn-gridder ul.cn-list-actions {
text-align: right;
list-style-position: inside;
direction: rtl;
}
Depending on how the theme styles the ul, you might have to tweak this a bit.
Hope that helps!
