• sbratman

    (@sbratman)


    How do I change the indent of the categories listed by the standard category widget, in the Aurelia theme? The default is a considerable indent with a << symbol. I wouldn’t mind losing the symbol, but mostly I want to decrease the indent. I can’t figure out what controls this. (I’m only minimally knowledgeable in php.)

Viewing 1 replies (of 1 total)
  • Add this line to your style.css:

    #sidebar ul li ul {padding-left: 0;}

    The padding-left property controls the “indent”

Viewing 1 replies (of 1 total)
  • The topic ‘Change indent list categories in aurelia theme’ is closed to new replies.