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.

Masthead Background Image

10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread