List Container Margin

I am using the following css


to place a border around my “list” items…

.kn-list-item-container {
border: 2px solid #e9e9e9;
text-align: left;
border-radius:1em;
border-radius: 7px;

}

Howerver if you look at the screenshot, I would like to change the margin spacing around it (at least for this particular view) and have tried adding a margin but not having any success.

Looking for some help on how to increase the margin to adjust the size as shown.

When CSS doesn’t behave the way I expect, I usually add the !important tag.

Doesn’t always work, but sometimes does…

1 Like

thanks!

1 Like