Home>Support>Transferring Premium theme

Transferring Premium theme

By mattbomhoff, 9 years ago. Last reply by Andrew Misplon, 9 years ago.

Hello, I recently purchased the upgrade to Vantage Premium on my development site (jvdev.onescs.net) and am now ready to transfer it to my live site (joyfulvida.com). I am having trouble doing this and can’t seem to find any receipt or order number in my email. How do I make this transfer?

URL: http://joyfulvida.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. 9 years, 10 months ago mattbomhoff

    Also, I updated my Vantage Premium with the latest update and now my masthead image looks way too small. Does the new update require a larger (taller) image than 1080 x 200? It fit perfectly before the update and now there is padding above and below the image. I can’t seem to find a setting to remove the padding.

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

    Hi Matt

    There is no need to officially transfer your theme/purchase, as long as you’re only running the theme on one production (live) site, then you’re all good.

    Please check your header padding setting at Appearance > Customize > General: Header Padding.

    Hope that helps.

  3. 9 years, 10 months ago mattbomhoff

    Thank you Andrew, everything is working great. One more question: is there a way to make my container background whiter? It seems a bit off-white and my white images are not blending in well. Is there a way to change that in the settings or a CSS fix?

    thank you!
    Matt

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

    For sure.

    In Vantage Premium you can set your container BG under Appearance > Customize. In Vantage Free insert the following into a Custom CSS plugin like Simple Custom CSS:

    /* Main Container */
    
    #main {
    background: #FFF;
    }
    
  5. 9 years, 10 months ago mattbomhoff

    Looks great – thanks!!!

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

    Super, glad we could help.

  7. 9 years, 10 months ago mattbomhoff

    Andrew,

    One more quick thing – I have been unable to get rid of the padding on the left and right of my header image (joyfulvida.com). It is the same size (1080 px) as the container but appears with padding on each side. I’ve tried the header padding settings but nothing happens. Do I need CSS for this?
    Thanks!
    Matt

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

    For sure.

    Have you tried the following under Appearance > Custom CSS?

    /* Full header logo */
    
    header#masthead {
    padding: 0 !important;
    }
    
    header#masthead .hgroup {
    padding: 0 !important;
    }
    
    header#masthead .hgroup .logo img {
    width: 1080px;
    }
    
    .main-navigation {
    margin: 0 !important;
    }
    
    body.responsive header#masthead .hgroup .support-text, body.responsive header#masthead .hgroup #header-sidebar {
    display: none !important;
    }
    
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