Shopify themes, liquid, logos, and UX
Hi there, I'd like to centre the 'brand information' section in my footer on mobile view only, I'm using Dawn theme. It currently says follow along and has the social media icons in this section. Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello @dani250,
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css
Step 3: Add code to the bottom of the file
@media only screen and (max-width: 425px) {
.footer-block__brand-info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}
Thanks
Hi @dani250,
Could you please share your store url link?
Thanks
This is an accepted solution.
Hello @dani250,
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css
Step 3: Add code to the bottom of the file
@media only screen and (max-width: 425px) {
.footer-block__brand-info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}
Thanks
That's worked perfectly, thank you so much! 😊
Welcome! @dani250
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025