Customize additional sidebar box

Aug 21, 2014 08:26

Pfff, I thought I was done, but I've run into another problem:

Is it possible to imitate the style of my sidebar link list in my additional sidebar box, i.e. to add a solid border underneath each link as well as some padding/margins between the links?

Account name: inishmore
Account level: Paid Account
Browser: Firefox
Link to theme layer: here

sidebar

Leave a comment

Comments 1

london_fan August 21 2014, 14:32:10 UTC
You already apply the link list style to those additional links in your layer, but you have to do it for every single link instead of just putting
  • in front of your first link. If you change your code as follows, it should look like you want it to:

    Your current code:

    $extra1_content = """
  • childofstarlight (Heather)
    elliottwithlove (Jennifer)
    mrsdarcy (Manja)

  • """;

    Replace it with:

    $extra1_content = """
  • childofstarlight (Heather)
  • elliottwithlove (Jennifer)
  • mrsdarcy (Manja)
  • Reply


    Leave a comment

    Up