Hi, as you can see here – http://screencast.com/t/qcAgkmm8M6t – the text isn’t aligned with the icon. How can make sure the text is middle aligned with the icons?
Also, can I change the font of the icon list to Alef 600?
Thanks.
Hi DROR!
Please add following code to Quick CSS
.avia-icon-list .av-iconlist-empty .iconlist_title {
margin-top: 15px;
}
Font is currently Alef Semi bold :)
Regards,
Yigit
Added the code but it doesn’t look it changed anything.
Hey!
Please try adding !important rule
.avia-icon-list .av-iconlist-empty .iconlist_title {
margin-top: 15px !important;
}
Cheers!
Yigit
Thanks