Home>Support>Logo and header menu breakpoint

Logo and header menu breakpoint

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi,

It seems I have no way to adjust the breakpoint between logo and header menu. As you narrow down the browser, you can see the header menu cuts into “Machine” part of logo.

Thanks,

Dao

URL: http://nopua.com/test/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

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

    Hi Dao

    Try the following under Appearance > Custom CSS. All you need to adjust is the 960px figure:

    /* Vantage increase support text breakpoint */
    
    @media (max-width: 960px) {
      body.responsive header#masthead .hgroup {
        text-align: center;
      }
      body.responsive header#masthead .hgroup .logo {
        float: none;
      }
      body.responsive header#masthead .hgroup .logo img {
        margin: 0 auto;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
      }
      body.responsive header#masthead .hgroup .support-text,
      body.responsive header#masthead .hgroup #header-sidebar {
        position: static;
        display: block;
        margin-top: 30px;
        max-width: 100%;
      }
      body.responsive header#masthead .hgroup .support-text img,
      body.responsive header#masthead .hgroup #header-sidebar img {
        max-width: 100%;
        height: auto;
      }
      body.responsive header#masthead .hgroup #header-sidebar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: auto;
      }
      body.responsive header#masthead .hgroup #header-sidebar .widget {
        display: block;
        margin: 0 auto;
        float: none;
      }
    }
    
  2. 10 years, 6 months ago Dao Master

    Excellent! Hope adjusting breakpoint can be made easy into the theme.

    Another question:

    How can I keep logo text – Dao Huan Sex Machine – NOT responsive, meaning keeping these 4 words in a straight line, not let it be wrapped?

    Thank you Andrew.

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

    Sure, try the following under Appearance > Custom CSS:

    header#masthead .hgroup h1 {
    white-space: nowrap;
    }
    
  4. 10 years, 6 months ago Dao Master

    All working:)

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

    Super.

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