Help centering wordpress logo in footer
-
I have the Gateway theme. I want to center the tiny little WordPress logo icon in the footer at the bottom of my site. Right now it’s left-aligned. Any idea for some code to help center the footer credit? Thanks!
The blog I need help with is: (visible only to logged in users)
-
To center the logo in the footer, add the following to your custom CSS.
.site-footer .site-info { text-align: center; }
- The topic ‘Help centering wordpress logo in footer’ is closed to new replies.