07/16/2018 at 8:47 am
#467574
Keymaster
@ Judy
In your custom Market CSS file found in this folder:
../wp-content/connections-templates/market/market-custom.css
You have this statement (line 21):
#cn-market #cn-cat-select ul{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:none repeat scroll 0 0 #eee;color:#000;float:left;font-size:12px!important;font-weight:bold;list-style:none outside none!important;margin:0!important;padding:0!important;}
Within that line there is this margin:0!important;.
That statement is removing the indenting. If you remove it, the children categories should indent like they should.
Hope this helps!
