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.

Replies

9
  1. Greg Priday Staff 10 years, 11 months ago

    Hi Zach

    You can fix/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.

    header#masthead .hgroup {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      margin: 0 -35px !important;
    }
  2. Zach Buttermore 10 years, 11 months ago

    Awesome, it worked except there is still a little bit of the border showing on the right side of the logo.

  3. Andrew Misplon Staff 10 years, 11 months ago

    Hey Zach

    Can you try removing the previous CSS and give the below a try under Appearance > Custom CSS:

    /* Full header logo */
    header#masthead {
    padding: 0 !important;
    }
    header#masthead .hgroup {
    padding: 0 !important;
    }
    header#masthead .hgroup .logo img {
    max-width: 1080px;
    }
    .main-navigation {
    margin: 0 !important;
    }

    Thanks :)

  4. Zach Buttermore 10 years, 11 months ago

    That didn’t work either, still showing the same little bit of border on the right side.

  5. Andrew Misplon Staff 10 years, 11 months ago

    Please try changing:

    header#masthead .hgroup .logo img {
    max-width: 1080px;
    }

    to

    header#masthead .hgroup .logo img {
    width: 1080px;
    }
  6. Zach Buttermore 10 years, 11 months ago

    Yay! That worked, the only minor thing I noticed is there is still that bit of border on the bottom of the mobile version?

  7. Andrew Misplon Staff 10 years, 11 months ago

    Sure, try the following under Appearance > Custom CSS:

    @media (max-width: 680px) {
    body.responsive header#masthead .hgroup .support-text, body.responsive header#masthead .hgroup #header-sidebar {
      position: absolute;
      display: block;
      margin-top: 0;
      max-width: 100%;
    }
    }
  8. Zach Buttermore 10 years, 11 months ago

    Great! Thank you s much for the help :)

  9. Andrew Misplon Staff 10 years, 11 months ago

    For sure :)

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