Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #366853

    I have an icon box at the top of the page below that I want to add a link to. I have “display a large icon above the title” selected. I am adding a link for all four of these icons and selecting “yes, apply link to icon only” When I do so, it “squishes” the icon down (see attached image) It does this on any page I add a link to an icon box, not just this page. I think this might be a bug because I can’t imagine that’s what it’s meant to do.

    How do I make it so that when I add the link, the icon doesn’t change shape site wide? Thanks in advance!

    #367301

    Hey djshortkut!

    that’s weird. Right now I can’t see any links on your icons, but you can control size of the icons with this:

    #contact-info .iconbox.av-no-box .iconbox_icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 30px;
    }
    

    So after adding a link to it, adjust it as needed.

    Anyway, try to deactivate all plugins, to see which one could cause the issue.

    Regards,
    Andy

    #367365
    This reply has been marked as private.
    #367670

    Hey!

    Please add this on Quick CSS to fix the icons:

    #contact-info .iconbox.av-no-box .iconbox_icon {
    display: block;
    }

    Regards,
    Ismael

    #367743

    That took care of it! Thank you! Resolved.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Issue With Icon Box With Link’ is closed to new replies.