Hello, I hope this message finds you well!
I am using the following code for my social media icons on the Pro theme (I removed the src and href for privacy):
[x_image type=“custom” src=“examplesrc” alt=“facebook-link” link=“true” href=“example href” title=“Like” target=“blank” info=“none” info_place=“top” info_trigger=“hover”]
[x_image type=“custom2”
src=“examplesrc” link=“true” href=“examplehref” title=“Follow” target=“blank” info=“none” info_place=“top” info_trigger=“hover”]
[x_image type=“custom3” src=“examplesrc” alt=“twitter-social-icon” link=“true” href=“examplehref” title=“Follow” target=“blank” info=“none” info_place=“top” info_trigger=“hover”]
These shortcodes are within a ‘feature box’ blockgrid consisting of 2 rows and three columns (all blocks are using feature boxes). The images are in the 4th blockgrid (or the block that is immediately below blockgrid 1).
As it stands the images align in the center vertically. I would like them to align horizontally and centered. I previously used float=“left” on each of the shortcodes which seemingly aligned them horizontally and vertically within the feature box – however, on mobile apps the icons were arranged on the left hand side and were not centered.
Any help would be greatly appreciated! Thank you!