I am trying to make a small set of social icons in a line inside of a block grid. Before I made the icons a hyperlink they were exactly how I wanted, in a nice horizontal row. After I started setting them up in links, the linked icons are now in a vertical column.
I’ve tried giving them a class and styling them with display: inline; or display: inline-block with no luck. Any advice?
my code is as follows
[x_icon class = “inline-icons” style = “font-size: 25px;” type=“facebook-square”]
[x_icon class = “inline-icons” style = “font-size: 25px;” type=“linkedin-square”]
[x_icon style = “font-size: 25px;” type=“youtube-square”]
[x_icon style = “font-size: 25px;” type=“google-plus-square”]
[x_icon style = “font-size: 25px;” type=“instagram”]