in the private link, the padding between icons is humongous
I dont see any option to reduce it, how is this done?
Hi kilimats,
Please try the following in Quick CSS under Enfold–>General Styling:
.avia-icon-list li {
padding: 0 0 10px 0 !important;
}
Best regards,
Rikard
I added that to the Quick CSS under General Styling and no luck, still same padding between icons
Hi,
Try replacing the code with the below code
.avia-icon-list li {
padding:0!important;
}
If that does not help Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Vinay
no go
Hi,
They show up fine on my end, attached a screenshot in private content field.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
Yigit
oh nice, indeed, thanks !