Home>Support>Center site title and tagline.

Center site title and tagline.

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].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 10 months ago 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. 10 years, 10 months ago Justus Cook

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

  4. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 10 months ago Justus Cook

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

  6. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More