Tagged: , ,

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

    Hello,

    I want several icons inside an Icon box to display side by side, with 15px padding. I followed the instructions I found here but my icons are still showing up vertically, rather than side by side. iconsCan you help?

    #323813

    Hey 1lizcollins!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .iconbox_content .center-icon br {
    display: none;
    }

    Cheers!
    Yigit

    #323893

    Thank you! That fixed the icons on my homepage, but the icons on my contact page are still displaying oddly. I used the same code for both icon boxes, so I’m not sure what is causing this?icons in icon box

    #323896

    Hey!

    Please add following code to Quick CSS as well

    .iconbox_content span.av_font_icon.avia_animate_when_visible + br {
    display: none!important;
    }

    Cheers!
    Yigit

    #324021

    Thank you, that fixed it.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Icons side by side in an Icon Box’ is closed to new replies.