Hey is a sample page, https://www.globaltalentlist.com/performers-2?orders[hits]=hits&rating=1|5&issearch=1
as you can see the filter labels and filter dropdowns are all right justified. I need them to be left justified so that they can me seen.
This is happening on all pages.
Thank you Joseph
Hi Joseph,
You can try with this custom css:
.ja-k2filter .chzn-container { text-align: left; }
saguaros Which css should I put it in?
joeluvny
Try to put into this file: /templates/ja_wall/themes/blackboard/css/theme.css
Then clear all caches.
saguaros Thank you, that worked!