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.

Mobile logo display- Vantage theme

Resolved 10 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi there, great theme! Just a minor issue:

In small devices, my logo in menu displays above the mobile main menu and it has a lot of spacing, making the site look not so hot. I have tried your code from this post: https://siteorigin.com/thread/mobile-device-space-below-logo/ but still no joy. Please let me know what I can do to fix it.

Here is an example of what I mean:

http://tinypic.com/view.php?pic=5yu7on&s=8#.VHHDKIvF__Y

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

Need fast email support? Get SiteOrigin Premium

Replies

10
  1. Andrew Misplon Staff 11 years, 3 months ago

    Hi ocm

    Thanks for running Vantage.

    I’m sure we’ll be to help here but would need to see the site live to provide a CSS fix. Can you send through a link?

  2. ocm 11 years, 3 months ago

    Sure, and thank you. It’s http://www.onlinecasinomatch.com

  3. Andrew Misplon Staff 11 years, 3 months ago

    Thanks. Try something like the following under Appearance > Custom CSS:

    /* Mobile Logo */
    @media (max-width: 480px) {
    header#masthead.masthead-logo-in-menu .logo > img {
    max-width: 95%;
    }
    }

    Adjust as required.

  4. ocm 11 years, 3 months ago

    Thank you, I tried that, and even had it down to 55% just to see, but the menu is still way under the logo.

  5. Andrew Misplon Staff 11 years, 3 months ago

    Please check your Custom CSS. It’s possible that you haven’t closed your first media query, so another media query placed at the end of those selectors won’t take effect.

  6. ocm 11 years, 3 months ago

    Well, no, when I added the css you gave me, it showed the changes. In other words, the logo was squeezed down to whatever I specified, the problem is, the mobile menu is still not moving up to sit right next to it. I hope that makes sense. If not, I’ll do a screenshot again, but basically it looks the same but the logo is smaller.

  7. ocm 11 years, 3 months ago

    Hey, thanks for all your help. I decided to look into my style.css and found:

    body.responsive header#masthead.masthead-logo-in-menu .logo {
        margin-left: 20px;

    I changed it to zero, and it’s fine now. :)

  8. Andrew Misplon Staff 11 years, 3 months ago

    It’s showing next to the logo on my phone now. Perhaps check that you’ve refreshed your phone’s browser a few times. I had to.

    On another note, there are errors in your Custom CSS that might cause problems later, check this section:

    @media (max-width: 480px) {
      .roster_slider {
    max-width: 100% !important;
     }
      .lcp_paginator
      max-width: 100% !important;
     } 
      .lcp_paginator span,
    .entry-content .pagination span,
    .lcp_paginator a,
    max-width: 100% !important;
     } 
    }

    That should read:

    @media (max-width: 480px) {
      .roster_slider {
    max-width: 100% !important;
     }
      .lcp_paginator {
      max-width: 100% !important;
     } 
      .lcp_paginator span,
    .entry-content .pagination span,
    .lcp_paginator a {
    max-width: 100% !important;
     } 
    }

    I was wrong about the closing media query, but two selectors there are missing opening curly brackets.

  9. ocm 11 years, 3 months ago

    Thank you very much, will make those changes!

  10. Andrew Misplon Staff 11 years, 3 months ago

    For sure. Glad we could help.

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