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 Daniel 10 years ago

Hi andrew,
I tried the CSS and its very much what i want, But the bottom part of the image is hiding behind the main Menu, for reference i have uploaded the image at the bottom stanleyseveres.com

also one more thing i want to reduce the padding of vantage Headline widget, it a little too much for me, as you can see on the site “This Water sports Page”

thanking you
Stanley

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Magus Staff 10 years, 10 months ago

    Hi Stanley

    At the moment you have the padding for that section set to 0px.

    Please change the part in your custom CSS to read

    header#masthead .hgroup {
        padding-bottom: 30px;
    }

    Changing it to 30px will bring it in line with the bottom of your logo.

    Hope this helps

    Magus

  2. Daniel Staff 10 years, 10 months ago

    Hi Lolo143

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .panel-row-style {
      padding: 15px 10px !important;
    }
    .widget_headline-widget h1 {
      padding-top: 0px !important;
      line-height: 26px !important;
    }
    .widget_headline-widget h3 {
    display:none !important;
    }
    header#masthead .hgroup {
        padding-bottom: 30px !important;
    }

    Let me know if that works for you

    @Magus much appreciated.

    Cheers

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