Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Centering logo in header in responsive wordpress Reply To: Centering logo in header in responsive wordpress

#193350
Ekim
Participant

Thanks for replying.

text-align:center was the first thing I tried, but didn’t work. The code that’s “almost” working:

.site-branding img {
position: absolute;
left: 50%;
margin-left: -100px; /* Half the width */
}

I got off the CSS TRICKS site. There’s gotta be a way! Thanks.