Little Flex Help

Need just a touch of flex help.

How can I get my mobile footer column to stack with:

  1. the title “Connect with us” centered and aligned with top
  2. Social Icons underneath to be side by side in columns
  3. Employment button underneath the social icons centered

Thanks in advance!

Hi,

You need to set your container flex layout to column.

Then add your social icons in a text element instead so that it will be group and displayed side by side.

You can add this code in the text element.

<a href="https://www.facebook.com/NYKLWestshore/">[x_icon type="facebook"]</a>
<a href="https://www.instagram.com/explore/locations/144623925944239/nykl-new-york-kitchen-lounge/">[x_icon type="instagram"]</a>

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.