Things I have tried
- Scouring the forum
- Scouring the internet
- Using the developer tools
What I’m trying to do
I am trying to use CSS to change the padding on lists created by dataview (not all lists).
Using the developer tools, I can see that there is a class for dataview lists:
I can change the padding in the developer tools, but when I try to create a CSS snippet based on the information in the developer tools, the CSS just doesn’t work:
/* padding of dataview lists */
dataview list-view-ul {
padding-left: 10px;
}
Can anyone help?
Thanks
Angel