Home>Support>Masthead Background Image

Masthead Background Image

Hi Andrew,
check the site stanleyseveres.com it,s perfect how i want, but it do not show the same way on mobile, i see a huge gap between the masthead image and the menu, I checked it on Samsung S4. can something be done about it ?

Regards
Stan

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, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi Lolo143

    Thanks for reaching out.

    Vantage needs some work on this particular type of layout, as you’ve seen it’s not quite ready to handle this.

    It’s not perfect but try the following under Appearance > Custom CSS:

    /* Tablet */
    
    @media (max-width: 768px) {
    
    body.responsive header#masthead .hgroup .support-text {
    display: none; 
    }
    
    header#masthead .hgroup {
    padding-top: 0 !important;
    padding-bottom: 43 !important;
    }
    
    }
    
    /* Mobile */
    
    @media (max-width: 480px) {
    
    body.responsive header#masthead .hgroup .support-text {
    display: none; 
    }
    
    header#masthead .hgroup {
    padding-top: 0 !important;
    padding-bottom: 12px !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