I’m trying to set up a footer bar where there is a headline that is centered, and blocked (so the social icons are in a row below it). For whatever reason, any display: block or clear: both; css I use doesn’t work, and setting the width to 100% only pushes the social media icons off to the side. They just don’t break. Any thoughts?
Found my own solution. Mods please correct me if there’s a better way. Apparently, I needed to set flex-wrap to ‘wrap’ on the parent container. If there’s a better way, please let me know, but it’s a custom css solution (which is odd to me for something that I’m sure is more common than I would imagine).
Hi There,
That should be the best way.
For more information about the flex box, please take a look at this:
Regards!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.