Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi there,
I’ve looked through all the previous posts and custom CSS regarding centering the site title with Vantage Theme.
Unfortunately I can’t get it to work. Any help would be greatly appreciated.
Thanks for a great free theme and what looks to be incredible support. Really helps a total newcomer like myself!
This is what I have in my Custom CSS:
/* Vantage center the site title and hide support text */
header#masthead .hgroup .logo {
float: none;
}
header#masthead .hgroup h1 {
text-align: center;
}
header#masthead .hgroup .support-text {
display: none;
}