Next line in footer

Hi, I was wondering how i could force items to drop to the next line in the footer?

I have placed an Image element and then wish to have the social icons underneath, followed by copyright paragraph. I can’t work out how to tell the icons to drop to the next line.

Thanks for your help :smiley:

Hello @MolemanProductions,

Thanks for writing in!

To accomplish what you have in mind, the Flex Layout of the container needs to be Row.

Then the image width and maximum width will need to be 100%.

And lastly, the in the Customize tab of the image settings, you will insert this custom inline element css:

$el img {
  max-width: 250px;
}

Please check your Main Footer now.

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