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
Post a Comment