Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1212791

    Hi,

    I am using the icon grid with the 3 column setting and 6 icons. In the 2nd row of icons, there is extra vertical space for some reason (see screenshot). Could you please advise on how to remove this space?

    Thank you very much!

    #1212803

    Hey designyvr,

    Add this to quick css:

    .avia-icongrid.avia-icongrid-flipbox li:nth-child(4){
    float:left!important;
    clear:left!important;
    }

    Best regards,
    Jordan Shannon

    #1212807

    Thank you very much Jordan for your quick reply, it works great!! I’m grateful for your help!

    #1212808

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon grid spacing’ is closed to new replies.