Menu in two lines instaed of one with "Goran"

  • Unknown's avatar

    Hi,
    I am using the template Goran for my website and I have a problem with the menu. I have six different category in my menu and because the menu is only concentrate on the right side of the page, the six categories are seperate in two lines. I want it to be on one single line so, is it possible to do that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, the site you referenced is using Twenty Sixteen. Are you by chance talking about this site: http://rivegauchewines.com/?

    I’m only seeing 4 top level links on that site. Since I can’t see your actual site with all those links, this is a bit of a guess on the CSS. Add this and see if this does what you need.

    @media screen and (min-width: 1020px) {
    	.main-navigation {
    		max-width: 1020px;
    		margin-left: 36px;
    	}
    }
  • The topic ‘Menu in two lines instaed of one with "Goran"’ is closed to new replies.