Center the site logo
-
How can I center the logo?
With this
.site-logo { width: 100%; text-align: center; }
I was able to move the logo, but it’s tricky to know exactely where the center is.
With the two following pieces of CSS, it did not work:
.site-logo { width: 100%; text-align: center; }
.site-branding { text-align: center; }
If this cannot be done, I would also be very happy with help putting an image on top of the homepage (a rectangular one), bellow the primary menu.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Center the site logo’ is closed to new replies.