This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Center site title and tagline.

Resolved 6 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

I know the them doesn’t have the site title and tagline centered, but I was wondering if it could be done. I would like to the center the site title, and have my tagline centered below.

URL: http://justuscook.com/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Andrew Misplon Staff

    Hi Justus

    Try the following under Appearance > Custom CSS:

    /* Vantage Center Site Title Center Support Text */
    header#masthead .hgroup h1 {
    text-align: center;
    }
    header#masthead .hgroup .support-text {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%;
    position: initial;
    width: 100%;
    }

    And adjust as required.

  2. Justus Cook

    That seems to work for the support text, but the site title is still off. I know some css but I’m not an expert

    Here is what I tried:

    header#masthead .hgroup h1 {
      text-align: center;
      color: #ffffff;
      font-size: 75px;
      font-style: bold;
      top: 100;
      /*position: absolute;*/
      width: 100%;
    }
    header#masthead .hgroup .support-text {  
      text-align: center;
      margin-top: 50px;
      margin-bottom: 50px;
      max-width: 100%;
      /*position: absolute;*/
      width: 100%;
      font-size: 25px;
      color: #ffffff;
      float: none;
      height: 100px;
    }
  3. Justus Cook

    For a visual check http://justuscook.com/

  4. Andrew Misplon Staff

    Head to Appearance > Customize > General and check the center logo setting. That introduces a float: none; to the logo which is the problem here.

  5. Justus Cook

    Thanks, that did the trick. Also, great response time.

  6. Andrew Misplon Staff

    Super, glad we could help out there.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread