I’ve enabled the custom class option in functions.php and defined a custom class for a separator with centered icon. I’ve added the following CSS:
.faq_separator_icon span.av-seperator-icon {
font-size: 50px;
}
My problem is that the icon appears cut off on the top and bottom as shown in the link below. I also have the following CSS which may be causing the problem:
span.av-seperator-icon {
font-size: 24px;
}
I’ve included the page which uses the second CSS below as well. How can I fix this problem?
Hi CodeContra!
Please add following code to Quick CSS
.hr-custom.hr-center { overflow: visible; }
Regards,
Yigit
Hi!
I have loaded your web site, and I can notice everything is working a should.
I will close the task here now, Yigit rocked it!
Cheers!
Basilis