The Enfold Theme is working great for me and I’m almost done with my project. I just need help here:
On the landing page, my clients simply wanted a social icons, which will add up to about 4-5 at most. This is really easy to do for desktop. But on mobile, I can’t get them to stay side by side. I can reduce the icon size if necessary, but what can I do to get them to stay side by side without having to us the grid content container
Hey europeanhorizons!
Drag a codeblock element to the page and add this inside.
<style type = "text/css">
#av_section_1 .flex_column { width: 33% !important; }
</style>
Regards,
Elliott