I want to center the header-text, which shows the site-title and the tagline (description).
Changing the left spacing/padding alot, isnt a real solution, because it dont works on the mobile (responsive) view.
I found a custom-CSS, posted for the mantra-theme. It centers the title, but dont works for the tagline.
Is there any way to center both?
custom-CSS for title (without tagline):
#site-title {
float: none;
margin: 0;
padding: 0;
text-align: center;
}