Forums
Home / Theme: Adelle / Center Header Image
(@gwenring)
10 years, 11 months ago
Hello,
How do I center the image in the header of the page.
https://test.gwenring.com/
I’ve tried using the center code provided but it centers the nav too. I just want the image to be centered.
(@wongpk)
Here are a few steps you can try:
1- Install Jetpack plugin 2- Activate Jetpack and Custom CSS 3- Go to Appearance -> Edit CSS 4- Use this CSS:
.header-title { display: block; margin: 0 auto; }