Center the menu and the footer area

Hi Aigars. Great theme. Is there a easy way to center the menu + logo and the footer area + copyright text?

Thanks,

Alin

For navigation and logo you can try this

#logo img {
  padding: 0 0 0 15%;
}
.main-nav {
	margin: 0 auto;
}

For footer it might be a bit tricky since it requires some extra tweaking in HTML. Probably I could tweak HTML part in the next theme update.

Hope this helps

Thank you. I’m waiting forward for your next update. Do you have an idea about the release date?

Alin