Home>Support>Remove the Border Around the Logo
  1. 9 years, 6 months ago Greg Priday
    Hi, I Work Here

    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. 9 years, 6 months ago Zach Buttermore

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

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

    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. 9 years, 6 months ago Zach Buttermore

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

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

    Please try changing:

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

    to

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

    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. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 6 months ago Zach Buttermore

    Great! Thank you s much for the help :)

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

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More