css - How can I center my logo for my mobile site? -


i’m trying horizontally center logo on mobile version of site. can’t center, though. i’ve tried various things nothing seems move it.

my code is:

    @media screen , (max-width: 640px) { .logo-image .logo img {      max-height: 70px;     margin-top: -15px;     margin-bottom: 15px;     width: auto;     background: center; } } 

for h1.logo try text-align:center;


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -