Home>Support>Custom menu in top widget area going “mobile”
  1. 9 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 5 days ago Ryan Wooldridge

    Excellent, thanks for the quick reply!

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

  3. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 2 days ago Ryan Wooldridge

    Version: 2.4.4

  5. 9 years, 2 days ago Ryan Wooldridge

    I also removed the optimization temporarily.

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

    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. 9 years, 1 day ago Ryan Wooldridge

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

    Thanks!

  8. 9 years, 1 day ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 4 hours ago Ryan Wooldridge

    Thanks for all your help! Seems to be working!

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

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More