This snippet will center align the content in the footer on mobile view
Note: This snippet will only align the content on mobile view!
This snippet will center align the content in the footer on mobile view
Note: This snippet will only align the content on mobile view!
/* Mobile - Center align footer content */
@media only screen and (max-width: 671px) {
.footer .columns .column.footer-social,
.footer-container,
.footer-container .columns .column.footer-social {
text-align: center;
}
}
Copy to clipboard