How do we center the social icons when we add them to a ‘Text Block (fullwidth)’ element in a page (not just footer)? The responsive ability of a page will not allow the use of your “width” settings as the column size changes depending on the page size.
I use
<div style="text-align: center;">[social style='dark' type='twitter,instagram']</div>
which works in the footer but does not work in the main content area in a ‘Text Block (fullwidth)’ element.
There should be an ALIGN option in the shortcode. ie:
[social style=’dark’ align=”center” type=’twitter,instagram’]