Tagged: icon list size
I may have read this somewhere else. Is there a way to change the icon size when you choose it as a list? They are just a lot bigger than I need them to be when making a short concise list. If not is there another option I can use?
Thanks
B
Hi bentkd!
You can use this on your custom.css or Quick CSS to change the size of the icon list icons:
.iconlist-char {
font-size: 20px;
}
Cheers!
Ismael
Hi bentkd!
Yes, you can use following code
.avia-icon-list .iconlist_icon {
height: 40px;
width: 40px;
line-height: 40px;
font-size: 23px;
}
to re-size the list icons. The first three values must be set to the same px value (i.e. 40px). The last value can vary.
Best regards,
Peter