Forums

Change indent list categories in aurelia theme (2 posts)

  1. sbratman
    Member
    Posted 2 years ago #

    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.)

  2. Edward Caissie
    Member
    Posted 2 years ago #

    Add this line to your style.css:

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

    The padding-left property controls the "indent"

Topic Closed

This topic has been closed to new replies.

About this Topic