Hi there,
I am having difficulty adjusting the position of my logo for the mobile version. Currently my mobile logo is positioned left. However, the logo is not appearing. I then included this code but it is only working for my home page. All the other pages are still not showing the logo.
@media screen and (max-width: 767px){ h1.header__heading { margin-left: 125px; } }Would kindly appreciate any tips on how to fix this. Thank you.