09/09/2013 at 11:20 pm
#268826
Keymaster
@ Janet
I would like to deeply apologize for my delay in my reply as I was not receiving my notices for new support forum posts for about a week. Just reply notices to ones that were already started which is why I’m just now noticing.
I’ll do my best to answer all your questions in this thread and the other…
To left align the category drop could be hard because I think something else is conflicting. But try adding the following CSS to the end of the theme’s style.css file:
#cn-slim-plus .cn-search { float: right !important; }
#cn-slim-plus form { text-align: left; }
#cn-slim-plus .chzn-container { text-align: left !important; }
#cn-slim-plus #cn-page-nav { text-align: left; }
