Can ZipList 2 items be indented?

Hi fellow Weavers and @willwood,

I have a ZipList 2 stack in use at:
https://restorationcs.com/questions/

ZipList is a longtime favorite stack and I use it whenever it fits a situation. I would love to indent the individual ZipList items within this ZipList 2 stack. Is this possible using some CSS?

Thanks,
Brad

Are you wanting to indent everything or just some of the items?

If you want to indent everything why not just add some left padding to the parent zoplist stack?

2020-06-25_12-02-41

Thanks for your input here @teefers, but I am only wanting to indent the individual ZipList items as shown in the attached screenshot.

Okay,

Give this CSS a try:

.zipList dt {
    padding-left: 4rem;
}

change the padding amount to taste.

1 Like

You, my friend, are a genius and an all-around good human. It works!
Thank you,
Brad

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.