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

10
  1. Andrew Misplon Staff 10 years, 4 months ago

    Hi Ryan

    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.

    @media screen and (max-width: 728px) {
    	#header-sidebar .so-mobilenav-standard + * {
    	    display: block;
    	}
    	#header-sidebar .menu-mobilenav-container {
    		display: none;
    	}
    }
  2. Ryan Wooldridge 10 years, 4 months ago

    Excellent, thanks for the quick reply!

    Works great but the menu overlaps until i reach 680 pixels then it flows down. Any suggestions?

  3. Andrew Misplon Staff 10 years, 4 months ago

    Super, glad that helped.

    I can’t see because of your optimisation plugin. Which version of Vantage you using? Appearance > Themes, hover over Vantage and click Theme Details. Thanks :)

  4. Ryan Wooldridge 10 years, 4 months ago

    Version: 2.4.4

  5. Ryan Wooldridge 10 years, 4 months ago

    I also removed the optimization temporarily.

  6. Andrew Misplon Staff 10 years, 4 months ago

    Thanks :) We introduced a new setting in 2.4.4, give it a try. Go to Appearance > Theme Settings > Logo and enable: No Widget Overlay. Let me know how that goes.

  7. Ryan Wooldridge 10 years, 4 months ago

    That works great, but at the “tablet” size the social media links are not centered

    Thanks!

  8. Andrew Misplon Staff 10 years, 4 months ago

    Sure.

    Let’s try:

    @media (max-width: 960px) {
    	.widget_vantage-social-media {
    		text-align: center !important;
    	}
    	.widget_vantage-social-media .social-media-icon {
    		display: inline-block !important;
    		float: none !important;
    	}
    }
  9. Ryan Wooldridge 10 years, 4 months ago

    Thanks for all your help! Seems to be working!

  10. Andrew Misplon Staff 10 years, 4 months ago

    Super :) Glad to hear 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.

Have a different question or issue?

Start New Thread