09/04/2013 at 10:30 am
#268602
Participant
I figured out displaying the category within the card.php but still haven’t solved the left alignment of the Categories in the top selector box. Appreciate any help available.
I put this code in my theme’s css file, that fixed the width issue but it doesn’t seem to help with left alignment
#cn-slim-plus .cn-cat-select {
width: 400px;
text-align: left;
font-size: 10px;
}