Home>Support>menu items wrap to a second line when resizing the browser on desktop

menu items wrap to a second line when resizing the browser on desktop

hi need help I am developing a site, If I change the width of the browser window, the menu items wrap to a second line. How would I prevent this from happening . I would like the menu items to stay on the same line and eventually switch to the mobile menu if and when needed.
can you help me to resolve this issue please
here is my website :- http://thesocialinteraction.com

URL: http://thesocialinteraction.com

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

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

    Hi bobby

    One option is to increase the mobile menu collapse point to 1250. That can be done from Appearance > Theme Settings > Navigation > Mobile Menu Collapse.

  2. 8 years, 11 months ago bobby

    HEY Andrew ….
    Thanks for your quick response , I changed the value to 1250 but problem is now menu icon is stuck with the logo at certain when resizing and when browser resize further then it display on the left which is fine. Actually what I was looking for when I resize my browser can possibly navigation bar content in one line can shrink like this website:- https://www.forex4noobs.com ..
    I want to display my navigation bar as long as possible while browser getting smaller and then eventually I want this to turn into mobile menu as you said in reply I can do that.
    can you help me to make my navigation bar resizable like this website for example :- https://www.forex4noobs.com

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

    We can help with the logo and mobile menu alignment.

    In your Custom CSS, remove the following:

    /*logo moving left*/
    header#masthead.masthead-logo-in-menu .logo > img {
    max-height: none !important;
    }
    

    Next, go to Appearance > Theme Settings > Logo and disable the constraint setting.

    Finally, insert the following at Appearance > Custom CSS:

    @media (max-width: 550px) {
    	#masthead.masthead-logo-in-menu .logo > img {
    	    max-height: 17px !important;
    	    padding-top: 5px;
    	}	
    }
    

    That’ll reduce your logo size below 550px resolution ensuring your logo and menu toggle are on the same line.

  4. 8 years, 11 months ago bobby

    Thanks Andrew but that didn’t work as you can see I did the way you said but still mobile menu icon sticks to the very next to logo when resizing from 1250px to 1080px but after 1080px it moves to the right corner of browser , is there anyway if the mobile menu icon can be remains in right corner of browser all the time when resizing browser.? px measured in google chrome .
    thanks

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

    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 (max-width: 1250px) {
    	body.responsive #masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul li {
    	    float: right;
    	}
    }
    
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