All things Shopify and commerce
Can someone help me rearrange the position of the elements in the footer only on mobile view?
I need to move the "INFORMATIONS" text box to the side of "POLICIES"
Then the brand information centered.
Solved! Go to the solution
This is an accepted solution.
Sorry, when copy-pasting somehow I've lost a dot before footer-block__brand-info. I've amended the code above, please copy it over again.
In Customizer, go to your "Footer" section and scroll down its settings till you see "Custom CSS" paste this code into this setting. Can also try "Custom CSS" in Theme Settings.
@media screen and (max-width: 749px){
footer.footer .grid {
display: flex;
}
footer .footer-block.grid__item{
width: calc( (100% - var(--grid-mobile-horizontal-spacing) )/2);
margin-top: 0rem;
}
.footer-block__brand-info {
display: flex;
flex-direction: column;
align-items: center;
}
}
This is an accepted solution.
Sorry, when copy-pasting somehow I've lost a dot before footer-block__brand-info. I've amended the code above, please copy it over again.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025