Reply To: How to make wide logo float left in mobile-responsive sizes?

Homepage Community Forums Legacy Theme Support How to make wide logo float left in mobile-responsive sizes? Reply To: How to make wide logo float left in mobile-responsive sizes?

#10009
Wes
Moderator

    Take a look around line 2953 in your css file and remove the background-position: center; part….looks like this –

    .header-image .site-header, 
    .header-image .site-header .wrap {
        background-position: center top !important;
    }

    That should put it back to the left. Let me know if that works.