I have a couple of small tweaks I'd like to make to the header and hope it's an easy as I imagine it to be.
1. How would I center the logo image if it's 600px wide? I thought the following would work in the quick style area but no luck:
.logo, .logo a {
left: 50%;
margin-left: -300px;
{
2. I'd also like to add a pair of images justified to the right of the header space with links (social media icons basically where the search box is now (which I've hidden).
Thanks if anyone can help!














