All things Shopify and commerce
Logo with Text block image not centered in Mono theme on actual mobile even though it shows it as centered in the theme customizer mobile view. It's an image as the logo with text hidden. The second footer block with the menu is center aligned on mobile perfectly. On desktop both are laid out fine. Your help is appreciated! Thanks!
Hi,
Hope this will help
- Check "Logo with Text" block. and add custom css
CSS code example
@media screen and (max-width: 749px) {
.footer__block--logo {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.footer__block--logo img {
margin: 0 auto;
display: block;
}
}
Thank you for the suggestion but unfortunately it didn't work. Any other suggestions?
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025