Why isn't my logo visible on mobile view?

Hi,

Im trying to edit my theme but when I added the logo. It only shows on the destop view but then the phone view it only shows the 40x40 square box. Hope anyone could help me with this

@Leo036 Please provide store url and password if have?

Here is it: https://3dr6bxjjjgopxx3m-76466684225.shopifypreview.com

@Leo036

Please add the following CSS code to your assets/base.css bottom of the file.

@media screen and (max-width: 679px){
.header__heading-logo-wrapper {width: 50% !important;}
}

Thanks!

There is no file name base.css file in my assets. Any suggestions ?

@Leo036

Please add the following CSS code to your

assets/engo-customize.scss.liquid bottom of the file.

I did but nothing happen :disappointed_face: