Where do I change the CSS?
Take a look at https://starbasevisitors.com/tr-220
The module that displays "Commercial Products" shows the menu items as a list with dot between items - that is fine.
Look where it puts the dots - on the border.
I need them padded.
Here's the CSS
sppb-addon-1631465677479 {
box-shadow: 0 0 0 0 #ffffff;
border-width: 1px;
border-color: #dcdcdc;
border-style: solid;
padding: 10px 10px 10px 10px;
}
I need to change the padding to: padding: 10px 10px 10px 20px;
But where? It shows #sppb-addon-1631465677479 But obviously that is not correct.
I tried placing it in custom.css but no joy.