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

#193348
shaneisme
Participant

When you position something absolutely it is removed from the flow. In other words it won’t affect the things around it.

Most likely though, this is overkill. You should just be able to put text-align: center on its parent instead.

Of course, without real code to look at I’m just guessing.