Site logo

Archived topic

Social media icons in the center of the footer

17 replies · Started by Matthieu on November 8, 2020

Viewing posts 16–18 of 18

Try this:

@media (max-width: 768px) {
    .footer-bar {
        flex-direction: column;
    }
}

That's perfect, thank you so much

No problem :)

This archived topic is closed to new replies.