Image with text in Brooklyn theme how to center the button label (Shop now) on mobile view only?

@KetanKumar please can u assist maybe ? thanks

1 Like

@lslelegance

great thanks i have updated the code please check

if some one use this code

@media screen and (max-width: 768px) {
  .feature-row__text {
  text-align: center;
  }
}
1 Like

Thank you so much !

thanks !