Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #466173

    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?

    #466610

    Hi CodeContra!

    Please add following code to Quick CSS

    .hr-custom.hr-center { overflow: visible; }

    Regards,
    Yigit

    #466810

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Icon in separator cut off on top and bottom’ is closed to new replies.