Logo with Text block image not centered in Mono theme on mobile

Logo with Text block image not centered in Mono theme on mobile

fk7
Tourist
4 0 1

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!

https://everlandstitch.com/

 

 

Replies 2 (2)

Small_Task_Help
Shopify Partner
1054 45 102

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;
  }
}
To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
fk7
Tourist
4 0 1

Thank you for the suggestion but unfortunately it didn't work. Any other suggestions?