Increase mobile header logo size for Taste Theme

Hi, how do I increase the logo size of the mobile header for the taste theme?

Store Url: https://neverskiptrail.myshopify.com/

Password: 12345

@KetanKumar @Ahsan_ANC

Hi @Alex-li ,

Go to your Shopify admin > Online Store > Themes > Actions > Edit code > Assets > base.css

Add this code at the bottom of that file

@media screen and (max-width: 600px) {
grid-template-columns: 1fr 4fr 1fr !important;
}

Hi @Alex-li .

I am Richard Nguyen from PageFly - Advanced Page Builder.

Yo can go to Online Store => themes => Actions => Edit code and add this code on file base.css

.header__heading-logo{
  width: 260px !important;
}

Hope this helps.

Best regards,

Ricard - PageFly

this didn’t work

this didn’t work