Mayaz Alam
asked 10 years ago

Right now, the site logo is left justified. How can I make it so that the logo is center justified?

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code to the style.css file:

.site-header #branding a { margin: 0 auto; }

Hope this helps !

Mayaz Alam
replied 10 years ago

Thank you!

Powered by DW Question & Answer Pro