Icon Block

Hello, I'm using the "icon block" shortcode to show the RRSS. The problem is that the icons are showed in two different lines and I'd ike to show them in the same line, how can I do it? Here is the link: http://www.paulogaete.cl/wp/

 Thanks! ;)


Comments

  • Hi,

    this icon is displaying block and that's why both are in different lines. If you want to display them in one line, you need to change from block to inline-block with the following css:
    .single_icon { display: inline-block !important; }
Sign In or Register to comment.