Logo won't display on mobile version of site

Not sure what I did, but think it could have something to do with me modifying margins and or padding. The strange thing is it intermittently displays on product pages, but never on the homepage.

I have tried looking through other threads that offer fixes, but nothing seems to be working. Any help would be greatly appreciated as I need this to function before “officially” launching my site.

The site is not currently password protected.

@melaina

Please go to Online store → themes → Edit theme → Assets → theme.scss.liquid and paste this code at the end of this file

.header__logo {
visibility: visible !important;
}

Thank you for your quick reply.

I only have the asset: theme-IE.scss.liquid

Is this the same as theme.scss.liquid ?

I added this code at the end as you suggested. The logo still doesn’t appear on mobile, but it does look like there is more space in the mobile header for a logo to go.

Any other suggestions?

Please set code in theme.min.css

Should I remove code from theme-IE.scss.liquid? and place it in the theme.min.css istead?

@melaina Yes