Hi,
I am setting the below CCS on a Classic Icon List and this is reflecting fine within the editor, however when actually viewing the website on any device the CSS appears to be getting overridden by something, but I cannot work out what it is that is causing it.
This is the CSS I am using:
.percentages-icon-list .x-ul-icons li {
margin-bottom: -20px;
margin-left: 10px;
font-style: normal;
font-size: 20px;
}
I just want bigger text for this icon list and so I have done it this way.
Thanks.

