Home>Support>Mobile device: Space below Logo

Mobile device: Space below Logo

By Adam Wernecke, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
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 there, I am working on a site and the logo is displaying nicely on my computer, I have no margin space under my logo, so it sits right on top of my menu bar. However, on my mobile phone there is a gap between the menu bar and the bottom of the logo. I don’t know what to adjust to close the gap for smaller devices.
Again, I am only getting the issue on my mobile device.

I am not using any custom CSS at this time, save for some color adjustments.

Thanks in advance.

URL: http://www.aurorawerks.com/coco/

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, 8 months ago Andrew Misplon
    Hi, I Work Here

    Hi Adam

    Try this under Appearance > Custom CSS:

    /* Mobile */
    
    @media (max-width: 680px) {
      body.responsive header#masthead .hgroup .logo {
        float: none;
      }
    }
    
  2. 10 years, 8 months ago Adam Wernecke

    Not sure if I can post image link here, but this is what it looks like still. Didn’t adjust it yet.

    https://onedrive.live.com/embed?cid=9ABF906408BA46D1&resid=9ABF906408BA46D1%2118383&authkey=AFkZ51Cu8Oa2iAo

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

    Give the following a try instead:

    /* Mobile */
    
    @media (max-width: 680px) {
      body.responsive header#masthead .hgroup .logo {
        float: left;
      }
    }
    
  4. 10 years, 8 months ago Adam Wernecke

    Andrew – The last snippet you sent worked like a charm. Everything is lining up perfectly now. Thanks.

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

    Super, glad that did the trick.

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