Home>Support>Center site title and tagline.
  1. 9 years, 11 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. 9 years, 11 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. 9 years, 11 months ago Justus Cook

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

  4. 9 years, 11 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. 9 years, 11 months ago Justus Cook

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

  6. 9 years, 11 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