Change Navigation Size In Origin

  • Unknown's avatar

    Trying to make the navigation size in Origin Bigger
    http://www.zenbycarmela.com

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

  • Unknown's avatar

    If you want to increase all the navigation font sizes relative to each other then you can set a larger value in the code below, the default is 1em:

    #menu-primary {
      font-size: 1.3em;
    }

    If you want the sub-menus to stay the same you need to set the size to the inverse of what you picked above, so for my example it would mean you also need to add:

    #menu-primary li li a, #menu-primary li li.current-menu-item li a {
      font-size: 0.77em;
    }
  • The topic ‘Change Navigation Size In Origin’ is closed to new replies.