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
teefers
(Doug Bennett)
25 June 2020 19:05
2
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?
Thanks for your input here @teefers , but I am only wanting to indent the individual ZipList items as shown in the attached screenshot.
teefers
(Doug Bennett)
25 June 2020 20:10
4
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
system
(system)
Closed
26 July 2020 06:19
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.